gpt4 book ai didi

ios - 仅在导航堆栈中的一个 View 上隐藏选项卡栏

转载 作者:行者123 更新时间:2023-11-28 07:56:37 27 4
gpt4 key购买 nike

我有一个 UIViewController,它在 Storyboard中将 hidesBottomBarOnPush 设置为 true。 View 被推到 UINavigationController 堆栈的顶部。此 UINavigationController 位于 UITabBarController 内。这在推送时成功隐藏了 UITabBar。但是,当我在其上推送另一个 View 时,UITabBar 仍然隐藏(即使 hidesBottomBarOnPush 在 Storyboard中设置为 false)。我怎样才能让它只隐藏那个 View 的 UITabBar?谢谢!

最佳答案

你必须将 false 设置为 hidesBottomBarWhenPushed

override var hidesBottomBarWhenPushed: Bool {
get {
return navigationController?.topViewController == self
}
set {
super.hidesBottomBarWhenPushed = false
}
}

关于ios - 仅在导航堆栈中的一个 View 上隐藏选项卡栏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47867403/

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