Anyone know of a way to place 6 tabs in the tabbar without the more button kicking in?
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.
You can't. You will have to write your own custom one.