-3

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

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

Example:

Community
  • 1
  • 1
Pavel Taran
  • 37
  • 1
  • 7
  • Don't repost your questions. If needed, update your previous question with further details. – rmaddy Jun 10 '15 at 18:05

1 Answers1

1

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

Cesare
  • 9,139
  • 16
  • 78
  • 130