mabstrei
mabstrei

Reputation: 1220

Add an icon to app

I have an icon (57x57 pixels) which I copied to recources folder and added it to info.plist but I don't see it on iPhone.

Can someone help me?

Upvotes: 0

Views: 1403

Answers (2)

stitz
stitz

Reputation: 1429

Once in a while I have noticed that if you add an icon to your app and then run the app on your phone or on the simulator, that the icon will not show up. If this happens, I usually have to manually remove the app from the device or simulator to get the icon to appear.

Upvotes: 2

Sixten Otto
Sixten Otto

Reputation: 14816

The bible of app icons is Apple's QA1686. If you're sure that the file's in your project, and named in the Info.plist, my next question would be: is it a PNG file?

Upvotes: 2

Related Questions