Tabbar With 6 Tabs
Anyone know of a way to place 6 tabs in the tabbar without the mo开发者_运维技巧re button kicking in?
You can't. You will have to write your own custom one.
as Daniel said you would have to write your own.
I did write an iOS 7+ compatible simple UITabBar+UITabBarController replacement that can support any number of tabs and that uses Auto Layout to build it's view hierarchy. Check out NGTabBar.
精彩评论