加载某些视图时如何隐藏 TabBarView?
Posted
技术标签:
【中文标题】加载某些视图时如何隐藏 TabBarView?【英文标题】:How do I hid the UITabBarView when loading some view? 【发布时间】:2010-09-27 19:46:57 【问题描述】:我正在开发一个 iPhone 应用程序,其中有一个 UITabBarController,其中每个 TabBarItem 都有一个 UINavigationController。
我想,经过一定程度的导航,隐藏 TabBar,并用全屏视图替换它,就像 iPod 应用程序一样,当您到达媒体播放器时,TabBar 隐藏,并在您返回时返回播放列表之类的。
非常感谢任何帮助或想法
【问题讨论】:
【参考方案1】:设置新 viewController 的hidesBottomBarWhenPushed:
-property。当您发送[navController pushViewController:viewController animated:YES]
-函数时,这将隐藏当前的UITabBar
。
当你弹出 viewController 时它也会重新出现。
【讨论】:
以上是关于加载某些视图时如何隐藏 TabBarView?的主要内容,如果未能解决你的问题,请参考以下文章