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)
				
                        
UIViewControllershave ahidesBottomBarWhenPushedproperty that you can set in the attributes tab inInterface Builder.