Reputation: 61380
In an iOS app, historically, the launch image was supposed to have a 20/40px unused area on top where the status bar would appear during app launch. In my app, I would just have a while stripe there.
Now I'm adapting my app for 4" screens, I've provided a [email protected] image with an identical stripe. It does not work the way it used to (at least on the simulator) - the stripe appears below the status bar, and the rest of the image is shifted down.
Am I supposed to crop the image now? The screen size, however, is 640x1136, exactly like the suggested launch image size. If I crop the status bar from the top, what will go in the bottom?
Upvotes: 3
Views: 1412
Reputation: 10432
I have had the same problem, looks like it may be a bug when Xcode chooses the right image for 568h. Try removing the images and adding them back to the project with copying them to the folder and then adding them to project.
Upvotes: 2