Skip to content

Instantly share code, notes, and snippets.

@psobko
Created October 3, 2013 23:57
Show Gist options
  • Save psobko/6818970 to your computer and use it in GitHub Desktop.
Save psobko/6818970 to your computer and use it in GitHub Desktop.
#define IS_IPHONE_5 ( fabs( ( double )[ [ UIScreen mainScreen ] bounds ].size.height - ( double )568 ) < DBL_EPSILON )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment