Skip to content

Instantly share code, notes, and snippets.

@mmassaki
Created October 18, 2013 13:42
Show Gist options
  • Save mmassaki/7041715 to your computer and use it in GitHub Desktop.
Save mmassaki/7041715 to your computer and use it in GitHub Desktop.
iOS version check macro
#define IS_IOS_6_1_OR_EARLIER (floor(NSFoundationVersionNumber) <= NSFoundationVersionNumber_iOS_6_1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment