gpt4 book ai didi

swift - 隐藏带有表格 View 的导航栏

转载 作者:行者123 更新时间:2023-11-28 06:48:12 24 4
gpt4 key购买 nike

我试图在滚动表格 View 时隐藏导航栏。似乎当我在 TableView 中滚动时,这个无法检测到滚动事件。当我在 TableView 外部滚动时,导航栏被隐藏...我该如何解决?

最佳答案

您需要将导航 Controller hideBarsOnSwipe 设置为 true

override func viewDidLoad() {
super.viewDidLoad()
navigationController?.hidesBarsOnSwipe = true
}

关于swift - 隐藏带有表格 View 的导航栏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35709186/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com