使用推送在视图中隐藏标签栏

hide tab bar in view with push(使用推送在视图中隐藏标签栏)
本文介绍了使用推送在视图中隐藏标签栏的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个 tabBar + NavigationViewController.Tab bar 具有带有单元格的集合视图(例如 view1),并且带有单元格的推送 seague 被实现到另一个视图(例如 view2).

I have a tabBar + NavigationViewController. The Tab bar has collection view with cells(Say view1) and with cells a push seague is implemented to another view(Say view2).

view2 我想要一个 navBar 但没有标签栏.

我试过了

self.tabBarController?.tabBar.hidden = true,

view2 工作正常,但是当我通过 返回按钮<返回 view1 时/strong> 选项卡仍然隐藏(即使在 view1 类中我在 中添加了 self.tabBarController?.tabBar.hidden = false>viewDidLoad 函数).

it worked fine for view2 but when I went back to view1 by back button the tab was still hidden( even after in view1 class I added self.tabBarController?.tabBar.hidden = false in viewDidLoad func).

如何让标签栏重新出现在 view1 中?

How can i make the tab bar reappear in view1?

我正在快速工作.

推荐答案

确保仅在其选项卡的 ViewController 上选中此选项您希望隐藏的栏.

Make sure to check this option only on the ViewController whose tab bar you wish to be hidden.

感谢 iHarshil 的建议.

这篇关于使用推送在视图中隐藏标签栏的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

Why local notification is not firing for UNCalendarNotificationTrigger(为什么没有为UNCalendarNotificationTrigger触发本地通知)
Pushing UIViewController above UITabBar(将UIView控制器推送到UITabBar上方)
Dropbox Files.download does not start when number of files in folder is gt; 1000(当文件夹中的文件数为1000时,Dropbox Files.Download不会启动)
appearance().setBackgroundImage Not Working On Custom Class(外观().setBackoundImage在自定义类上不起作用)
Show/Hide barButtonItem(显示/隐藏barButtonItem)
java.lang.IllegalStateException: SimpleTypeImpl should not be created for error type(异常:不应为错误类型创建SimpleTypeImpl)