How I can open new view over UITabBar
and with working UINavigationController
?
self.navigationController?.pushViewController(view, animated: true)
How I can open new view over UITabBar
and with working UINavigationController
?
self.navigationController?.pushViewController(view, animated: true)
UIViewControllers
have a hidesBottomBarWhenPushed
property that you can set in the attributes tab in Interface Builder
.