view with navigationController over tabBarController

128 Views Asked by At

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

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

Example:

1

There are 1 best solutions below

0
On BEST ANSWER

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