Skip to content

Instantly share code, notes, and snippets.

@haroonabbasi
Created March 10, 2016 11:17
Show Gist options
  • Save haroonabbasi/5ccc3569f218248246fb to your computer and use it in GitHub Desktop.
Save haroonabbasi/5ccc3569f218248246fb to your computer and use it in GitHub Desktop.
Appcelerator Titanium - Check for iOS 7
// check for iOS7
if (OS_IOS && parseInt(Titanium.Platform.version.split(".")[0], 10) >= 7) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment