如何隐藏某些页面的标签栏并使其再次可见?
我有一个使用选项卡栏控制器和导航控制器的应用程序。但是对于某些页面,我想隐藏这两个栏(选项卡和导航),之后它们将再次可见...我能够隐藏导航酒吧和酒吧也完成了制作。它出现在一些页面之后。 我可以隐藏标签栏 - (BOOL)隐藏BottomBarWhenPushed{ 返回真; 但
问题是如何使其在某些页面后再次可见?
I've got an application that uses a Tab Bar Controller along with a Navigation Controller.But for some pages I want to hide both bars(Tab & navigation) after that those will be visible again...I am able to hide navigation bar & also done with making. it appear after some pages.
I am able to hide tab bar with
- (BOOL)hidesBottomBarWhenPushed{
return TRUE;
}
But problem is how do I make it Visible again after some pages?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
然后在子类化的 UITabBarController 中
then in a subclassed UITabBarController