配置具有超过 16 个项目的 UITabBar

发布于 2024-10-15 19:30:15 字数 359 浏览 4 评论 0原文

我的 UITabBarController 包含超过 16 个视图控制器。当我进入“更多”选项卡时,我可以看到所有 UITabBarItems。如果我单击“编辑”按钮,我可以看到前 16 个图标,但没有足够的空间来显示更多图标,因此从第 17 个项目开始,图标仅部分显示。从第21项开始,图标不​​再显示。并且无法使用滚动条访问其余图标。

顺便说一下,这个问题给出了理论上的答案我的问题,但没有解决这个实际的极端情况。

My UITabBarController contains more than 16 view controllers. When I go in the "More" tab, I can see all the UITabBarItems. If I click the "Edit" button, I can see the 16 first icons, but there is not enough room to display more, so starting from the 17th item, the icons are only partially displayed. Starting from the 21st item, the icons are not displayed at all. And it is not possible to access the rest of the icons with a scroll bar.

By the way, this question gives a theoretical answer to my question, but does not address this practical corner case.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

梦幻的心爱 2024-10-22 19:30:15

如果你有超过 5 个视图控制器,你需要考虑其他显示视图控制器的模式。例如,facebook 应用程序显示了一个显露的侧边栏,也许你需要找出一种以类似方式显示内容的方法。

You need consider other modes of displaying view controllers if you have more than 5. For example the facebook app shows a revealing sidebar, maybe you need to figure out a way of displaying stuff in a similar manner.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文