iosswiftuser-interfaceuitabbarcontrolleruitabbar

How to show six TabBarItem in UITabBar


Can I show six TabBarItem in UITabBar, I try to resize TabBarItem but it can't. uitabbar


Solution

  • With default UITabBarController you can not because it will add More tab like shown below:

    enter image description here

    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:

    enter image description here

    More libraries for tab bar can found HERE.