在 iPhone 应用程序的选项卡栏上显示子菜单

发布于 2024-10-12 15:16:36 字数 96 浏览 5 评论 0原文

是否可以在 iPhone 应用程序的选项卡栏上显示子菜单。我的意思是,当用户单击选项卡时,不会显示新视图,而是在选项卡顶部显示一组新按钮。

有谁知道如何实现这个?

Is it possible to display a sub menu on a tab bar in iphone apps. I mean when a user clicks on a tab, instead of displaying a new view, displays a new set of buttons on the top of the tab.

Does anyone know how to implement this?

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

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

发布评论

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

评论(1

若水般的淡然安静女子 2024-10-19 15:16:36

嗯,如果不显示新视图就无法做到这一点,但该视图不必填满屏幕。如果您创建一个自定义 UIView 子类,将其自身定位在按下的按钮下方,您可以获得您想要的行为。

Well, you can't do it without displaying a new view but that view does not have to fill the screen. If you create a custom UIView subclass that positions itself under the button pressed, you can get the behavior you want.

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