1
votes

For a iPad-only application, what is the proper suffix to add to images to be automatically used for a Retina display?

Ex: If I have an image called "myimage.png", does the Retina image have to be named:"[email protected]"?

I just want to add all the retina image to the Xcode project and get it automatically used/taken if was a Retina iPad.

1

1 Answers

5
votes

Yes, you use the @2x suffix for high resolution assets. That's valid for all devices with Retina displays, including the new iPad.