black bar in UISplitViewController within UITabBarController

Viewed 624

We have a Tab controller. Inside that we want to have split controllers on the different tabs. When we build this, why do we get garbage space between the content and the tab bar? We built an example which I pasted an image from below.

I do not want to change the color from black. I want the master and detail views to go from the status bar to the top of the tab bar.

storyboard example

Edit: Added an image to show the problem. It doesn't match the original storyboard because we are trying to experiment on a small scale before pushing to our main app and we are constantly editing to figure out how to solve this. You'll see in this image there is a gray bar in the master list that shouldn't be there.

enter image description here

2 Answers
Related