jjude
jjude

Reputation: 890

AppIcon overlays with launch image

I create a new iOS project in XCode 5. I choose to use asset catalog for both app icons & launch images. When I run the application, the app icon is overlayed on the launch image. How do I prevent this?

This is my app icon:

AppIcon

This is launch image: Launch Image

I get this as the launch image on the simulator (and in device)

launch image on simulator

Upvotes: 1

Views: 568

Answers (1)

jjude
jjude

Reputation: 890

For those who come here searching, I solved this issue. The launch images should be opaque and not transparent.

I used iDraw to create the launch image. Instead of exporting the entire canvas, I selected 'all objects' which created a transparent image, which caused this issue.

Now it is solved and submitted to AppStore

Upvotes: 6

Related Questions