How to set the Navigation Bar Color of the Tab Bar Configure Menu

gabtub picture gabtub · Sep 10, 2009 · Viewed 41.1k times · Source

removed dead ImageShack link

As you can see the view I need to change is the provided view to customize the tabbar order. I want to change the color of the navigation bar (displaying "Konfigurieren" which means "Configure"), I already found out how to change the color of the "More"-Navigation Controller, but not this one. Can anybody help me with that?

Answer

Zoran Simic picture Zoran Simic · Sep 14, 2009

I think what you are looking for is this (to do when you create your navigation controller, typically in your app delegate):

UINavigationController *navigationController;
...
navigationController.navigationBar.tintColor = [UIColor blackColor];