美文网首页
tabbar嵌套tabbar - iOS

tabbar嵌套tabbar - iOS

作者: HAKA | 来源:发表于2017-11-16 16:03 被阅读218次

项目要求tabbar中的子页面点击进入另一个页面也有tabar

      testTwoTabBar * test = [[testTwoTabBar alloc]init];
//    self.navigationController.navigationBar.hidden = YES ;
self.tabBarController.tabBar.hidden = YES ;
[self.navigationController pushViewController:test animated:YES];
tabbar.gif

Demo:https://github.com/SuperManHAKA/tabbarDemo

相关文章

网友评论

      本文标题:tabbar嵌套tabbar - iOS

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