Skip to content

Instantly share code, notes, and snippets.

@aug2uag
Created December 31, 2013 23:40
Show Gist options
  • Save aug2uag/8203371 to your computer and use it in GitHub Desktop.
Save aug2uag/8203371 to your computer and use it in GitHub Desktop.
Respond UIImage to retina
if ([UIScreen mainScreen].scale == 2.0) {
// download 2x
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment