Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to name graphic files for iPhone 5?

The iPhone 5 has just launched, so I was wondering if anyone knows how graphics files are going to be renamed for the iPhone 5?

The resolutions are different between the iPhone 4S and the iPhone 5, so I assume there will also be a new naming strategy applied for iPhone 5 graphics? @3x maybe?

like image 772
tm_forthefuture Avatar asked Sep 13 '12 06:09

tm_forthefuture


2 Answers

The iPhone 5 is still a Retina display, with two pixels for every point. That's what the @2x suffix for graphics is used to indicate, so the same suffix will be used here.

As others have suggested, there is one new piece of required artwork in the [email protected] startup image, without which it appears your application will not be recognized as supporting the iPhone 5's display.

Beyond that, the only reason you would need special graphics for the iPhone 5 is if you had keyed something off of the overall dimensions of the screen. In that case, you'll need to detect the main screen's frame and substitute appropriate graphics at runtime using your own naming convention.

like image 189
Brad Larson Avatar answered Oct 22 '22 15:10

Brad Larson


[email protected] scheme doesn't work right now for graphics other then splashscreen, so for today there's no way.

like image 24
Kubba Avatar answered Oct 22 '22 15:10

Kubba