Skip to content

Instantly share code, notes, and snippets.

@newmarcel
Created October 7, 2012 12:05
Show Gist options
  • Save newmarcel/3848173 to your computer and use it in GitHub Desktop.
Save newmarcel/3848173 to your computer and use it in GitHub Desktop.
Retina 4" detection macro
#define DEVICE_IS_RETINA4 ([UIScreen mainScreen].bounds.size.height == 568.0f)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment