项目要求tabbar中的子页面点击进入另一个页面也有tabar
testTwoTabBar * test = [[testTwoTabBar alloc]init];
// self.navigationController.navigationBar.hidden = YES ;
self.tabBarController.tabBar.hidden = YES ;
[self.navigationController pushViewController:test animated:YES];