So throughout my application I implement Navigation Bars with the style Black Opaque.
The Problem
I can’t seem to set the colour of the Navigation Bar that presents itself when the user selects the automatically generated More Tab
The Question
How do I set the colour of this Navigation Bar to Black Opaque?
Thanks in advance.
Yes, I’m one of those sad people who is now answering their own question 😛 Hopefully it helps..
So you need to get a reference to the
TabBarControllerin your app delegate and then change the style of the more navigation controller from there. The code below shows you how and where..