Last Updated: September 09, 2019
·
4.645K
· _jeffreyjackson

iPhone 5 specific design asset suffix

When we went to retina based devices, all we needed to do was add the @2x suffix to the image file name. This is a simple way for the device to know which asset to use depending on whether it is a retina or non-retina display device.

image.png
image@2x.png

Now for iPhone 5, we have a new resolution and in the case you need to take advantage of the same convenience method, then use this:

image-568h@2x.png

1 Response
Add your response

Do this now work across all assets, or are you just referring to the Launch image?

As a sidenote, the lack of post date in Coderwall is extremely annoying.

over 1 year ago ·