Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Suffix for Retina Images in iPhone 5

I have some image files for iPhone 5 size 640x1136, i have previously implemented retina images for iPhone 4 & 4S using @2x suffix, so what will be the suffix for images in iPhone 5, we can user the same as is @2x or it has to be changed.

like image 900
user1640237 Avatar asked Sep 20 '12 17:09

user1640237


2 Answers

It’ll still use @2x images where they’re available. There’s a -568h suffix you can use for the launch image, as in [email protected], but that’s currently the only place it’s supported; see Leo’s answer for a way to get that working elsewhere.

like image 158
Noah Witherspoon Avatar answered Oct 08 '22 02:10

Noah Witherspoon


See my answer here. Some useful macros to help you with dealing with images.

like image 42
Léo Natan Avatar answered Oct 08 '22 02:10

Léo Natan