I have an older app that was designed without Auto Layout, with three storyboards for iPhone 4, iPhone 5, and iPads. When iPhone 6s came out, all seemed fine, as it scaled up the iPhone 5 layouts.
I'm getting asked to update a few code-related things in the app, but no budget to go in and create iPhone 6 layouts, or switch the old storyboards over to use Auto Layout and Size Classes, which would be a considerable amount of work.
With the iOS9 SDK, I get black bars at the top and bottom on the iPhone 6 and 6+ by default when publishing. I've read about adding new launch images to enable the native resolutions, which then causes my layout to be scaled down and not taking up the entire screen (because of no Auto Layout).
Is there any way to publish with XCode 7 and the iOS9 SDK and use the awesome auto scaling that it is currently using on the old version? All views function through a UINavigationViewController. Is there some hackery I can do to scale that view up?