view with navigationController over tabBarController

136 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 answers

0
Julien Hémono On BEST ANSWER

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