[TIMOB-19015] iOS9: Create framework isIOS9OrGreater check
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | Critical |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-06-15T01:12:08.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 4.1.0 |
Components | iOS |
Labels | iOS9, utils |
Reporter | Ben Bahrenburg |
Assignee | Chee Kiat Ng |
Created | 2015-06-14T03:10:58.000+0000 |
Updated | 2015-07-07T19:08:30.000+0000 |
Description
Create isIOS9OrGreater check TiUtils.m function using UIStackView to determine if you are running iOS9
PR available at https://github.com/appcelerator/titanium_mobile/pull/6910 Please note you need iOS 9 to get anything other then false returned.
PR Merged.
Verified implemented, using: MacOS 10.11 Studio 4.1.0.201507061821 Ti SDK 4.2.0 Appc NPM 4.1.0-1 Appc CLI 4.1.0-5 Ti CLI 4.0.1 Alloy 1.6.2 Node v0.10.37 Java 1.7.0_45 production Added print statement to isIOS9OrGreater check and see the message on iOS 9 and not lower iOS versions.