如何在 XCode 4 中添加更多按钮?
我读了这个问题关于添加“更多”按钮标签栏。它说如果我们添加第五个按钮,标签栏控制器将自动添加一个“更多”按钮。但是,在 XCode 4 中,向选项卡栏添加新选项卡是不同的,因此它不会将第五个按钮视为“更多”按钮。
我需要做什么才能向标签栏添加“更多”按钮?
I read this question about adding a 'more' button to the tab bar. It says if we add a 5th button, the tab bar controller will automatically add a 'more' button. But, in XCode 4 , adding a new tab to the tab bar is different and so it doesn't take the 5th button as a 'more' button'.
What do I have to do to add a 'more' button to the tab bar?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
仅当您添加了第六个选项卡栏项目后,“更多”按钮才会出现。
The 'More' button will only appear after you have added a 6th tab bar item.
在选项卡栏上,您可以添加 8 个按钮,之后它将显示 7 个选项卡栏按钮和“更多”选项卡,其中其他选项卡将以表格格式显示。您可以编辑它。
on tabbar you can add 8 button after that it will show 7 tabbar button and "More" tab in which other tab will show in tabular format. You can edit it.