Nathan
Nathan

Reputation: 1649

How do I separate the app icon from the launch image in an iOS app

Thanks for the time to look. I have a weird problem. my Launch image (AKA Splash screen) seems to automatically be tied to my App icon. so I cant change one with out changing the other. In other words, when I add a new app icon, it changes the launch image to match.

I am guessing this has something to do with the .plist file, but I cant figure out where to fix it.

Thanks for the time!

Upvotes: 0

Views: 129

Answers (1)

msk
msk

Reputation: 8905

You can specify them differant in plist file. See here

ALSO

Check Apple's link for default name of different files. You just need to rename with default name and add the image files in your project.

Upvotes: 1

Related Questions