Created
March 10, 2016 11:17
-
-
Save haroonabbasi/5ccc3569f218248246fb to your computer and use it in GitHub Desktop.
Appcelerator Titanium - Check for iOS 7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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