在 iPhone 应用程序的选项卡栏上显示子菜单
是否可以在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
嗯,如果不显示新视图就无法做到这一点,但该视图不必填满屏幕。如果您创建一个自定义 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.