I have an app which have a UINavigationBar and I have set the tint color to black like this:
UINavigationBar
self.navigationController.navigationBar.tintColor = [UI
Following code is working for me :
self.navigationController.navigationBar.barTintColor = [UIColor blackColor];