在 tabBarController 上使用 navigationController 查看
view with navigationController over tabBarController
如何在 UITabBar
上打开新视图并工作 UINavigationController
?
self.navigationController?.pushViewController(view, animated: true)
示例:
UIViewControllers
有一个 hidesBottomBarWhenPushed
属性 可以在 Interface Builder
.
的属性选项卡中设置
如何在 UITabBar
上打开新视图并工作 UINavigationController
?
self.navigationController?.pushViewController(view, animated: true)
示例:
UIViewControllers
有一个 hidesBottomBarWhenPushed
属性 可以在 Interface Builder
.