Mr. Boy
Mr. Boy

Reputation: 63748

Why don't asset catalogs enforce me using the right size images?

I originally saw the new asset catalog feature in XCode5 and was pretty pleased - no more messing about with dozens of different versions of the files, I thought.

But it doesn't seem to actually make anything any easier. It still doesn't simply tell me "you need an image of 114x114 pixels here". And it seemingly will let me specify any image of any size for each icon variant. Does it magically resize my images, or will things just break, if I supply a 50x50 icon when it expects a 72x72 one?

All I want is a list of "these are the exact files you need to supply" and "these are the ones you didn't supply yet". Perhaps I am misunderstanding how this is to be used, because a utility which won't complain about being given bad data seems worse to me than no utility at all!

Upvotes: 0

Views: 68

Answers (1)

guardabrazo
guardabrazo

Reputation: 1229

If what you want is, as you said: a list of "these are the exact files you need to supply" and "these are the ones you didn't supply yet", maybe you can try the the "Don't use asset catalogues" option of the drop-down menu of App Icons or Launch Images.

Here it is what it will look like then:

App Icons menu

Upvotes: 1

Related Questions