Skip to content

Instantly share code, notes, and snippets.

@sanketfirodiya
Last active August 29, 2015 14:03
Show Gist options
  • Save sanketfirodiya/876e82713619e44abc5c to your computer and use it in GitHub Desktop.
Save sanketfirodiya/876e82713619e44abc5c to your computer and use it in GitHub Desktop.
Check iOS version
#define SYSTEM_VERSION_GREATER_THAN_OR_EQUAL_TO(v) ([[[UIDevice currentDevice] systemVersion] compare:v options:NSNumericSearch] != NSOrderedAscending)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment