Skip to content

Instantly share code, notes, and snippets.

@jsai
Last active December 26, 2015 13:29
Show Gist options
  • Select an option

  • Save jsai/7158899 to your computer and use it in GitHub Desktop.

Select an option

Save jsai/7158899 to your computer and use it in GitHub Desktop.
iOS 7 Compile Macro
#ifdef __IPHONE_7_0
// iOS 7 code
#else
// iOS 6 code
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment