gpt4 book ai didi

iphone - 设置 UINavigationController 的 Root View

转载 作者:行者123 更新时间:2023-12-03 20:19:02 32 4
gpt4 key购买 nike

我似乎忘记了如何更改 UINavigationController 的 Root View

我有这个代码:

[window addSubview:navController.view];

但是我在哪里设置(最好通过界面生成器) Root View ?

最佳答案

UINavigationController 有一个 viewControllers 属性,它是一个 NSArray,不是只读的,所以可以替换。

来自苹果的UINavigationController reference

Assigning a new array of view controllers to this property is equivalent to calling the setViewControllers:animated: method with the animated parameter set to NO.

因此,继续使用 Root View Controller 创建一个 NSArray 并将 UINavigationController.viewControllers 设置为该数组。

关于iphone - 设置 UINavigationController 的 Root View ,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4204231/

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