How to set the Navigation Bar Color of the Tab Bar Configure Menu
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];