标签栏控制器
我可以在一个标签栏控制器上添加多少个标签?
How many tab I can add on one tab bar controller ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
我可以在一个标签栏控制器上添加多少个标签?
How many tab I can add on one tab bar controller ?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
任意数量 - 任何超过 5 个,并且将在第 5 个位置显示一个“更多”选项卡,这将允许用户选择他们想要在选项卡栏控制器上看到的选项卡,但所有选项卡都可以访问。
as many as you want - any more than 5 and there will be displayed a "more" tab in the 5th place which will let users choose which tabs they want to see on the Tab bar controller, but all will be accessible.