Skip to content

Instantly share code, notes, and snippets.

@chourobin
Last active August 29, 2015 14:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chourobin/09b434b341c89a723d75 to your computer and use it in GitHub Desktop.
Save chourobin/09b434b341c89a723d75 to your computer and use it in GitHub Desktop.
iOS screen size macro
#define __IS_IPHONE_5 ( fabs( ( double )[ [ UIScreen mainScreen ] bounds ].size.height - ( double )568 ) < DBL_EPSILON )
#define __IPHONE_OS_VERSION_MIN_REQUIRED
#define __IPHONE_OS_VERSION_MAX_ALLOWED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment