tabBarController 点击bar 传值

Posted justqi

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tabBarController 点击bar 传值相关的知识,希望对你有一定的参考价值。

//没有导航
//                    OrderViewController *orderVC = [self.tabBarController.viewControllers objectAtIndex:2];

//有导航的
                    UINavigationController *temp = (UINavigationController *)[super.tabBarController.viewControllers objectAtIndex:2];
                    OrderViewController *orderVC = (OrderViewController *)temp.topViewController;
                    orderVC.currentIndex = 1;//选中待付款按钮
                    self.tabBarController.selectedIndex = 2;//跳转

 

以上是关于tabBarController 点击bar 传值的主要内容,如果未能解决你的问题,请参考以下文章

TabBarController 添加自定义按钮不可点击问题[重复]

Objective-C:如何正确设置 TabBarController 的 didSelectViewController 方法,这样我每次点击时都可以刷新 VC

当通过手势识别器滑动切换到仅点击选项卡时,在 tabbarcontroller 中切换选项卡会给出不同的结果

Tab Bar Controller + Navigation Controller + Bar Button Item

Tab Bar Controller 不在所有 UIViewControllers 中

音乐程序的 TabBarController