I have an app which have a UINavigationBar
and I have set the tint color to black like this:
self.navigationController.navigationBar.tintColor = [UIColor blackColor];`
I have tested it in IOS 6 and it's black. However, it appears as the default navigation bar when I tried the same app in iOS 7.
As the title says, is it not working?
You need to set the barTintColor property.
You can specify a custom tint color for the navigation bar background using the Tint (barTintColor) field. The default background tint color is white.