Skip to content

Instantly share code, notes, and snippets.

@jlcampana
Created September 25, 2013 09:17
Show Gist options
  • Save jlcampana/6697106 to your computer and use it in GitHub Desktop.
Save jlcampana/6697106 to your computer and use it in GitHub Desktop.
#ifdef NSFoundationVersionNumber_iOS_6_1
#define SD_IS_IOS7 (floor(NSFoundationVersionNumber) > NSFoundationVersionNumber_iOS_6_1)
#else
#define SD_IS_IOS7 NO
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment