I have a tab based app that has 6 view controllers. The SDK puts the last two controllers on a More page. I would like to access the More page so I can change the color properties. It uses a default blue navbar, but my app uses black bars throughout and I'd like to control some properties on the More page.
But since this page is set up by the SDK, I'm not sure how to access it. How can I access the More page and control its properties?