Skip to content

Instantly share code, notes, and snippets.

@yoterpa
Created March 25, 2015 17:47
Show Gist options
  • Save yoterpa/83febc4b905d48c73622 to your computer and use it in GitHub Desktop.
Save yoterpa/83febc4b905d48c73622 to your computer and use it in GitHub Desktop.
How to support both iPad and iPhone retina graphics in universal apps

for devices without retina:

ImageName.png - For iPhone/iPod
ImageName~ipad.png -- For iPad

For devices with retina display:

[email protected] - For iPhone/iPod
ImageName@2x~ipad.png -- For iPad
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment