Search code examples
iosswiftuinavigationcontrolleruitabbarcontroller

view with navigationController over tabBarController


How I can open new view over UITabBar and with working UINavigationController?

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

Example:


Solution

  • UIViewControllers have a hidesBottomBarWhenPushed property that you can set in the attributes tab in Interface Builder.