标签: ios swift uinavigationcontroller uitabbarcontroller
如何在UITabBar和UINavigationController工作时打开新视图?
UITabBar
UINavigationController
self.navigationController?.pushViewController(view, animated: true)
实施例: http://oi61.tinypic.com/acdd89.jpg
答案 0 :(得分:1)
UIViewControllers有一个hidesBottomBarWhenPushed属性,您可以在Interface Builder的“属性”标签中进行设置。
UIViewControllers
hidesBottomBarWhenPushed
Interface Builder