Steps to reproduce:
- Create a new project using Xcode6 (single view template, iPhone only, Objective-C)
- Navigate to project settings and change the deployment target from 8.0 to 7.1
- Run the application on a iPhone5/S with 7.1 installed or in the iPhone5/s 7.1 simulator (You may have to download the iOS7.1 simulators)
- The app appears with black bars on the top and the bottom.
If you run the application on the iPhone5/S 8.0 simulator, the screen will appear as expected, all white.
Why is this happening? Is there a fix or workaround?