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 ahidesBottomBarWhenPushed
property that you can set in the attributes tab inInterface Builder
.