美文网首页
iOS 获取tabbar 的当前页签

iOS 获取tabbar 的当前页签

作者: coco_CC | 来源:发表于2017-07-12 14:40 被阅读503次

在APPDelegate里可通过该方法拿到当前页签

int index =  [self.tabBarController selectedIndex];
//拿到tabbar的当前分栏的NavigationController
UINavigationController *nav = [self.tabBarController.viewControllers objectAtIndex:self.tabBarController.selectedIndex];

相关文章

网友评论

      本文标题:iOS 获取tabbar 的当前页签

      本文链接:https://www.haomeiwen.com/subject/cusbhxtx.html