Skip to content

Instantly share code, notes, and snippets.

@newmarcel
Created July 9, 2013 12:58
Show Gist options
  • Save newmarcel/5957128 to your computer and use it in GitHub Desktop.
Save newmarcel/5957128 to your computer and use it in GitHub Desktop.
iOS 7 SDK detection macro
#define IOS_SDK_GREATER_IOS_6 (__IPHONE_OS_VERSION_MAX_ALLOWED >= 69000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment