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)
Copyright © 2021 Jogjafile Inc.

UIViewControllershave ahidesBottomBarWhenPushedproperty that you can set in the attributes tab inInterface Builder.