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
Move your changes to viewWillAppear: instead of viewDidLoad: and it should work.