简体   繁体   中英

can i add more than 8 tabs on TabBarController?

Can I add more than 8 tabs on UITabBarController?

My code is here:

UITabbarController *tabbar=[[UITabbarController alloc]init];
tabbar addTabItems......

You can add as many view controllers to UITabBarController as you want. The right most tab button will be called More with three dots which will take you to the screen where you can edit which view controllers to show and which ones to hide.

是的,你可以添加8个标签栏,但只有5个标签栏可见,剩下的就是,它会在点击该标签时显示一个虚线标签,它会显示标签栏中剩余标签的列表。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM