Last active
August 29, 2015 14:03
-
-
Save sanketfirodiya/876e82713619e44abc5c to your computer and use it in GitHub Desktop.
Check iOS version
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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