首页 > iOS 点击tabbar 返回根视图

iOS 点击tabbar 返回根视图

我有一个tabbarcontroller界面上。点击button跳转到一个新页面,再次点击tabbaritem很奇怪返回到根视图了。这怎么解决我用的是系统的。


UITabBarController有个代理- (BOOL)tabBarController:(UITabBarController )tabBarController shouldSelectViewController:(UIViewController )viewController NS_AVAILABLE_IOS(3_0);
你实现这个代理,然后判断是不是已经选中这个viewController就行啦,已选中的话return NO

【热门文章】
【热门文章】