Our branding approach has us disabling the translucency property in iOS 7 in navigation and tab bars.
With a tab bar controller, the translucency is off for all the tabs, except when we click "more". If we choose one of the options on the "more" list, and then go back, then the translucency is gone (correctly). Changing tabs is correct.
When we go to "more" the first time, we want the translucency effect to not be applied.
Steps to Reproduce: 1. Tab bar controller with more than 5 tabs. 2. Set translucency to NO. 3. Change taps when running the app. Note that the "more" tab is incorrect until one of those items is chosen.
Expected Results: The top bar for all the tabs should be similar, that the translucency effect is not applied.
Actual Results: For the "more" tab, the translucency effect is applied although we turned it off.
How do we turn off translucency for the "more" tab?