iphone - How to limit the number of tabs on a UITabBarController? -


i have working iphone app uitabbarcontroller. works fine. app has more tabs can shown across portrait width of display, see 5 tabs in total (the last being "more" tab). thing is, want relegate of "less interesting" things behind "more" tab. know if had 2 view controllers, i'd see 2 tabs, , on until exceeded 5 tabs.

how can show 4 tabs (3 plus "more" tab), instead of 5?

my guess is: not possible setting attribute (which convenient!), since cannot find in docs, or here frankly, suggest otherwise.

short of implementing own "more" tab, , supplying tab bar controller 4 view controllers (the last being own "more" controller), tips, tricks, or hints appreciated. thanks!

this not appear possible standard uitabbarcontroller. don't think else has run problem, , solved already.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -