項(xiàng)目要求tabbar中的子頁(yè)面點(diǎn)擊進(jìn)入另一個(gè)頁(yè)面也有tabar
testTwoTabBar * test = [[testTwoTabBar alloc]init];
// self.navigationController.navigationBar.hidden = YES ;
self.tabBarController.tabBar.hidden = YES ;
[self.navigationController pushViewController:test animated:YES];