0
votes

We're using UISplitViewController. When displaying the detail view controller when not in "split mode" there is a grey bar at the top of the screen. Does anyone know why this is happening. The detail view displays correctly when in split view.

enter image description here

1

1 Answers

0
votes

When viewing a tutorial on the subject I noticed that the detail view controller was embedded in a Navigation Controller. We followed that practice and it solved the issue. I'm not sure why this worked entirely.

Our Storyboard now looks like:

enter image description here