导航控制器子菜单

发布于 2025-01-03 08:54:31 字数 230 浏览 0 评论 0原文

我有一个导航控制器,左侧有一个后退按钮,中间有分页编号,左侧的一个段内有两个按钮。该应用程序显示乐谱,下一步的开发是添加 MP3。

问题:在导航栏上添加额外的“播放”按钮有点拥挤。理想情况下,我们会在导航栏正下方有一个包含所有 MP3 控件的子菜单栏。 (播放、停止、暂停)。您可以删除导航栏以全屏查看音乐 - 我们希望 MP3 控件也能这样做。

任何指向将子菜单添加到导航控制器的最佳方法的指针将不胜感激。谢谢。

I have a navigationController with a back button on the left, pagination numbers in the middle, and two buttons within a segment on the left. The app displays sheet music and the next development is to add MP3.

Problem: adding an extra 'play' button on the navbar is a bit of a squeeze. Ideally we would have a submenu bar immediately below the navbar with all the MP3 controls. (play,stop,pause). You can remove the navBar to see music full screen - we would want the MP3 controls to do the same.

Any pointers to the best way of adding a submenu to a navigationController would be appreciated. Thank you.

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

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

发布评论

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

评论(1

油焖大侠 2025-01-10 08:54:31

您可以在底部使用 UIToolBar。如果您认为它占用太多空间而无法永久放置,那么它总是可以滑入和滑出。

或者根据上下文更改 UINavigationController 中的按钮

You could use a UIToolBar at the bottom. It could always slide in and out if you think it takes up too much space to be there permanently.

Or change the buttons in the UINavigationController depending on the context

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