I have a UITabBar in my app, which I\'m hiding on the first UIViewController in the first tab by putting this line in the AppDelegate
UITabBar
UIViewController
Use
secondViewController.hidesBottomBarWhenPushed = NO;
When insert some operations
firstViewController.hidesBottomBarWhenPushed = YES;