如何将一个选项卡栏项目的 navController 放入另一个选项卡栏项目中
在我的应用程序中,有 5 个选项卡栏项目。当我位于第二个选项卡栏项目并在该选项卡中执行某些操作时,我必须获取第一个选项卡的控制器,以便我位于第一个选项卡中。我怎样才能实现这个目标?
In my application, there are 5 tabbar items. When I am in 2nd tabbar item and I perform some operation in that tab, I have to get controller of 1st tab, so that I will be in the 1st tab. How might I achieve this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
写在第二个标签栏的方法
viewWillAppear
中write in method
viewWillAppear
of second tab bar我不太明白你的问题,但这是你如何访问第一个 tabbaritem 的控制器 - [self.tabBarController.viewControllers objectAtIndex:0]
I did not quite get your question but here's how you access the Controller of the first tabbaritem - [self.tabBarController.viewControllers objectAtIndex:0]
您需要更改使用代码选择的选项卡栏项目吗?尝试:
Do you need change the tabbar item you selected with code? try: