Genadinik
Genadinik

Reputation: 18649

ios - should I have app icons named [email protected]

I am working on some app icons and my understanding is that if the standard app icon is 57x57, then the retina display version of it is 114x114

But I am coming across some things that are named like this:

[email protected]

Is that a mistake? Or should that be there?

Thanks!

Upvotes: 0

Views: 95

Answers (1)

Fogmeister
Fogmeister

Reputation: 77651

To add icons do this...

  1. Put all your different icon images onto your desktop (or some folder that isn't part of the project).
  2. Delete any icon images from your project.
  3. Go to the project build summary page.
  4. Drag each image to its respective slot.

Done.

You don't need to worry about names or anything. Xcode will rename them for you and copy them into your project.

Upvotes: 2

Related Questions