tabbar嵌套tabbar - iOS
2017-11-16 本文已影响218人
HAKA
项目要求tabbar中的子页面点击进入另一个页面也有tabar
testTwoTabBar * test = [[testTwoTabBar alloc]init];
// self.navigationController.navigationBar.hidden = YES ;
self.tabBarController.tabBar.hidden = YES ;
[self.navigationController pushViewController:test animated:YES];
![](https://img.haomeiwen.com/i2462926/30ab54253413382a.gif)