0

Anyone know of a way to place 6 tabs in the tabbar without the more button kicking in?

Jim B
  • 2,267
  • 6
  • 24
  • 26

2 Answers2

0

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.

Goles
  • 11,599
  • 22
  • 79
  • 140
0

You can't. You will have to write your own custom one.

Daniel A. White
  • 187,200
  • 47
  • 362
  • 445