Can I show six TabBarItem in UITabBar, I try to resize TabBarItem but it can't. uitabbar
With default UITabBarController
you can not because it will add More
tab like shown below:
and you need to click on More
tab to show another options.
But you can use third party library like AZTabBarController which will populate all six options as shown below:
More libraries for tab bar can found HERE.