Skip to content

Instantly share code, notes, and snippets.

@funkydevil
Created July 9, 2014 11:11
Show Gist options
  • Save funkydevil/80626ba9bb087ad3b667 to your computer and use it in GitHub Desktop.
Save funkydevil/80626ba9bb087ad3b667 to your computer and use it in GitHub Desktop.
if (floor(NSFoundationVersionNumber) <= NSFoundationVersionNumber_iOS_6_1){
//load resources for earlier versions
} else {
//load resources for iOS 7
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment