Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Retina compatibility question: Can I add @2x to my own images for retina compatibility?

If I append the @2x suffix to my own images, will iOS 4 automatically replace my images with the Retina compatible ones, or does that only apply to Apple defined images? (Icons, for example.)

like image 674
Moshe Avatar asked Jan 22 '23 06:01

Moshe


1 Answers

Yes, of course. If you display a myimage.png in your app, you may add a retina ready [email protected], so it is shown on retina devices.

See this guide for further information.

like image 129
Philipp Schlösser Avatar answered Apr 07 '23 17:04

Philipp Schlösser