gpt4 book ai didi

iphone:检查当前 View Controller 是否在 moreNavigationController 上

转载 作者:行者123 更新时间:2023-12-03 18:52:44 26 4
gpt4 key购买 nike

我遇到过这个问题,我需要知道我当前的 View Controller 是在 moreNavigationController 上还是一个选项卡项。基本上我想隐藏一些屏幕的 TabBar 并让用户选择使用左侧导航按钮移回主屏幕(最好是前一个屏幕)!如果我的 View Controller 位于 moreNavigationController 上,那么我可以简单地 popViewControllerAnimated:YES ,它将返回到“更多”屏幕,但当它是选项卡项时,我需要更改所选选项卡索引。

是否有办法知道当前 View Controller 是否在 moreNavigationController 上?

谢谢。

最佳答案

我没有可以测试它的项目,但我认为这可能可以。

BOOL isOnMore = ([self.tabBarController.moreNavigationController.viewControllers containsObject:self]);

关于iphone:检查当前 View Controller 是否在 moreNavigationController 上,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9007082/

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