在tabBarController上使用navigationController查看

时间:2015-06-10 17:30:01

标签: ios swift uinavigationcontroller uitabbarcontroller

如何在UITabBarUINavigationController工作时打开新视图?

self.navigationController?.pushViewController(view, animated: true)

实施例: http://oi61.tinypic.com/acdd89.jpg

1 个答案:

答案 0 :(得分:1)

UIViewControllers有一个hidesBottomBarWhenPushed属性,您可以在Interface Builder的“属性”标签中进行设置。