maximum number of tabs for UITabBarController without moreViewController

蓝咒 提交于 2019-11-29 09:19:30
rmaddy

The most is 5 (on an iPhone, 8 on an iPad). When you add a sixth you get the 1st four plus a More tab with the other two. This can't be changed using a standard UITabBarController.

Search github or other resources. There may be drop in replacement classes that will let you have more tabs shown at once.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!