gpt4 book ai didi

ios - 为什么 UINavigationController 没有 rootViewController 属性?

转载 作者:技术小花猫 更新时间:2023-10-29 10:34:32 25 4
gpt4 key购买 nike

我很好奇。我们真的不能轻易访问它。我的意思是,我知道它有,但无法访问。

为什么?

基本上我希望在通过访问它的 View 发送一些事件之前加载 rootViewController。在 viewDidload 上设置了一个 postnotification。

最佳答案

如果你有多个,那么使用:

UIViewController *root = navController.viewControllers[0];

navController 是你的 UINavigationController。这将始终有效。

使用 UINavigationController topViewController。这在只有一个 Controller 的情况下有效。

关于ios - 为什么 UINavigationController 没有 rootViewController 属性?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/15939243/

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