I have an app which has a back button with a custom image in its UINavigationBars. In iOS 6 everything is fine but in iOS 7 the button is 'invisible' most of the time.
When I push a new view controller into the UINavigationController the back button does not appear for the new screen, though if I touch where the button is supposed to be it fades in.
If I set two view controllers on the navigation controller without animation then the button shows up fine but doesn't appear for subsequent pushes.
I'm pretty sure there's nothing in my code that's intentionally hiding the back button and changing the various colours available on the UINavigationBar doesn't make any difference.