I'm running into an issue with the taskbar in the view associated with my navigation controller overlapping the nested views as seen in the screenshot I've provided.
It's a simple UINavigationController setup that has a single custom UIViewController in its controller collection. There is a search bar on the very top part of the view associated with the UIViewController.
I understand I could simply move the search bar down a few pixels to make everything fit, but I also want to use the same view with a different root controller. I don't want the extra spacing to be on the top.
Has anyone ever run into this issue? I'm sure it's a simple fix - setting a property, perhaps? What am I missing?