Skip to content

Instantly share code, notes, and snippets.

@burczyk
Last active December 14, 2015 22:38
Show Gist options
  • Save burczyk/5159553 to your computer and use it in GitHub Desktop.
Save burczyk/5159553 to your computer and use it in GitHub Desktop.
Check for iPhone 5. Copy of http://stackoverflow.com/questions/12535471/detect-iphone-5-4-screen, just to have it in one place :)
#define IS_IPHONE5 (([[UIScreen mainScreen] bounds].size.height-568)?NO:YES)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment