As indicated in the header, I am having a problem when using the UINavigationControllers as the Master and Detail view in the UISplitView. Navigation controllers leave room for the bottom panel. When I delete the navigation controllers, the views are displayed just fine.
The storyboard looks like this:
TabBarController -> SplitView -> UINavigationController (wizard and drillthrough) -> ViewControllers for each.
I can “hack” the view to display correctly by adding 40px of extra space as a limit, but I would prefer not to.
What am I missing?
EDIT: I mocked everything in an empty project and seems to work fine by default. It seems that I changed some settings or did something in my main project that causes this problem.

source share