This code worked until iOS 7. I assign UIViewController , hidesBottomBarWhenPushed as YES , as rootViewController for UINavigationController . But TabBar is shown anyway. Here is the relevant code:
Login *lv = [[Login alloc] init]; lv.HowToUseShows = showHowToUse; lv.hidesBottomBarWhenPushed = YES; UINavigationController *BokShelfNav = [[UINavigationController alloc] initWithRootViewController:lv];
Anyone with a similar problem?
ios ios7 uitabbarcontroller uinavigationcontroller
Raspu
source share