Reputation: 3885
For some reason, when running my app on the Simulator of iPhone 5, the image [email protected]
which is 640x1136 pixels, does not load anymore.
The issue causes the app screen to be cut off from the top and the bottom of the screen, resulting in poor usage of display assets.
The Asset Catalog classifies images to their respective devices, but for this image, the classification is 'unassigned'.
This is Xcode 7 for iOS9
Upvotes: 0
Views: 1111
Reputation: 318854
In the Inspector to the right of the launch images, select the "iOS 7.0 and Later" checkbox for "iPhone Portrait". Then the "Retina 4" and "2x" options will appear for your 4" images.
Upvotes: 1