Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用带有 8 到 9 个项目的 UITabbarController(这些是 UINavigation 控制器)
使用编程方式选择项目很容易
tabbarcontroller.selectedIdex = x;
如果 x 值介于 0 到 4 之间,则它按预期工作,但如果它大于 4,则选择“更多”作为视图控制器。
我们如何以编程方式选择“更多”列表下的项目?
任何帮助,将不胜感激..
提前致谢
这仅适用于 OS 3.0,但为了访问高于“更多”索引的项目,您需要使用该selectedViewController属性并将指针传递给特定UIViewController而不是使用selectedIndex.
selectedViewController
UIViewController
selectedIndex