Skip to content

Instantly share code, notes, and snippets.

@jamesnesfield
Created February 7, 2014 11:43
Show Gist options
  • Save jamesnesfield/8861279 to your computer and use it in GitHub Desktop.
Save jamesnesfield/8861279 to your computer and use it in GitHub Desktop.
#define IS_IPHONE5 (([[UIScreen mainScreen] bounds].size.height-568)?NO:YES)
#define IS_OS_5_OR_LATER ([[[UIDevice currentDevice] systemVersion] floatValue] >= 5.0)
#define IS_OS_6_OR_LATER ([[[UIDevice currentDevice] systemVersion] floatValue] >= 6.0)
#define IS_OS_7_OR_LATER ([[[UIDevice currentDevice] systemVersion] floatValue] >= 7.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment