I have a universal app, and on the iPad version I\'m using UISplitViewController to create an interface similar to the Mail app.
UISplitViewController
I was having trouble pu
self.navigationController.isNavigationBarHidden = true
or
self.navigationController.navigationBar.isHidden = true
Note: I didn't see a difference between these two approaches testing on iOS 10.