I\'m building an app with many view controllers: I have a UITabBarController which holds 4 UINavigationController. I want all the nav bars to be my cus
UITabBarController
UINavigationController
For that you would do:
id specialNavBarAppearance = [UINavigationBar appearanceWhenContainedIn:[SpecialViewController class], nil]; [specialNavBarAppearance setBarStyle:UIBarStyleBlack]; [specialNavBarAppearance setTranslucent:YES];