IOS 7 hide tabbar issue
问题 Hide tabbar in IOS7 shows informal behaviour When I use self.tabBarController.tabBar.hidden = YES; Above code hides the tabBar, but my view from bottom does not remain interactive But when I uses this just before pushing viewController in navigation someViewController.hidesBottomBarWhenPushed = YES [self.navigationController pushViewController:someViewController animated:YES]; It hides tabbar as well as view from bottom is also interactive. but problem in this case is, when we pop