Open amrit42087 opened 7 years ago
This is correct behavior for a UINavigationController
after iOS 7. If you don't want the content to go under the navigationBar
, you need to make sure to set navigationController.navigationBar.translucent = NO;
.
I am using the editor in iPad Landscape mode. Please see the image attached