Created
October 15, 2012 07:42
-
-
Save newmarcel/3891249 to your computer and use it in GitHub Desktop.
iOS 5 detection macro
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 DEVICE_IS_LOWER_iOS6 ([[[UIDevice currentDevice] systemVersion] floatValue] < 6.0f) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment