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.
我在启动时有 4 页。它们都是视图控制器。我还有一个带有 4 个视图/标签栏项目的标签栏控制器。我想要 4 个视图控制器页面上的一个按钮,该按钮链接到正确的选项卡栏视图。例如,如果我在第三个视图控制器上,我想进入标签栏中的第三个视图。我试过使用
[((UITabBarController *)(self.parentViewController))setSelectedIndex:index];
方法。但它不起作用。
有什么建议么?