Looks like Xcode 7 really wants us to include a launch screen storyboard/XIB, even if you've created launch images for all devices/orientations. That would be great, except I can't figure out how to get the right look for my app.
My app is extremely simple. It has a single toolbar located at the bottom of the screen, and a navigation bar at the top. I can get the toolbar to look right, but I can't get the nav bar to work. You can't embed the view controller inside a navigation controller. I tried placing a nav bar in the scene and set it to align at the top under the status bar, but then the status bar background is left white when it should be the nav bar color.
How do you do this?