I am creating an iPhone app, but my navigation bar has a different color in each view?
I am developing for iOS7 and with Xcode 5.
I have tried to programatically make the navigation bar the same by writing this in the AppDelegate.m file:
[[UINavigationBar appearance] setBarStyle:UIBarStyleBlackTranslucent];
What should I be doing?