在基于选项卡的iPhone应用程序中,如何隐藏某些ViewController中的选项卡栏?
我有一个基于标签栏的 iPhone 应用程序。
该应用程序由 2 个选项卡组成。 每个选项卡都有一个带有 3 个 ViewController 的导航控制器。
如何防止 TabBar 显示在 ViewController 之一中(因为它已经有自己的 TabBar 导航)?
I've an Tab-bar based iPhone app.
the app consiste of 2 tabs.
Each tab has a navigation controller with 3 ViewControllers.
How to prevent the TabBar from being displayed in one of the ViewControllers (because it already has its own TabBar navigation)?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
发现这个,归功于原始海报:
按下按钮以允许全屏查看内容时是否可以隐藏选项卡栏?
Found this a, credit the original postert:
Is it possible to hide the tabbar when a button is pressed to allow a full screen view of the content?