Skip to content

Instantly share code, notes, and snippets.

@newmarcel
Created October 15, 2012 07:42
Show Gist options
  • Save newmarcel/3891249 to your computer and use it in GitHub Desktop.
Save newmarcel/3891249 to your computer and use it in GitHub Desktop.
iOS 5 detection macro
#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