gpt4 book ai didi

ios - 隐藏 Tabbar Controller Tabbar iOS 问题

转载 作者:行者123 更新时间:2023-11-29 11:41:34 27 4
gpt4 key购买 nike

我有一个带有 3 个选项卡的选项卡栏 Controller ,每个选项卡都有导航 Controller ,在每个导航 Controller 的 Root View Controller 上我想要选项卡栏,而在同一导航 Controller 中的其他 View Controller 上我不想要选项卡栏。

有什么解决办法吗?

最佳答案

当您不需要标签栏时,在 Controller 的 viewWillAppear 方法中设置 self.tabBarController?.tabBar.isHidden = true

override func viewWillAppear(_ animated: Bool) {
self.tabBarController?.tabBar.isHidden = true
}

关于ios - 隐藏 Tabbar Controller Tabbar iOS 问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46239265/

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