UITabBarController - disable "more" button
Hello,
I posted this thread in the Apple developer forums, but no one responded there. I figured I may have better luck here.
I am developing an application that uses a UITabBarController with 7 tabs. Now, I know that the maximum number of tabs allowed before the "more" button appears is 4, but my application is landscape-only. In landscape view, 7 tab buttons would easily fit in a tab bar while still falling well within the recommended 44x44 button size. Is there any way to override the limit of 4 buttons on the tab bar so that the "more" button doesn't appear?
Thank you for your help.
|