[TIMOB-19691] iOS9: Enable SplitView / SlideView support
GitHub Issue | n/a |
---|---|
Type | Epic |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-12-10T02:52:44.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 5.2.0 |
Components | iOS |
Labels | notable, qe-5.2.0 |
Reporter | Chee Kiat Ng |
Assignee | Chee Kiat Ng |
Created | 2015-10-09T04:26:10.000+0000 |
Updated | 2016-02-25T11:21:48.000+0000 |
Description
Now that titanium SDK 5.1.0 supports native auto layout, there's still a couple of issues and features to implement to enable full support for SlideView and SplitView in iOS9.
To enable auto layout in SDK 5.1.0, add the following tag to the ios tag in tiapp.xml
<use-autolayout>true</use-autolayout>
This is now disabled by default.
Any issues found specific to UI components when auto layout is enabled should be linked to this epic.
Verified as fixed, followed the above test steps, Able to see app when sliding from right edge, tapping the app opens the app as a slide view, which can be resized. Supported for both portrait and landscape orientations. Tested on: iPad Air 2 (9.2) Mac OSX El Capitan 10.11.3 (15D21) Ti SDK: 5.2.0.v20160216202526 Appc Studio: 4.5.0.201602170821 Appc NPM: 4.2.3-2 App CLI: 5.2.0-269 Xcode 7.2 Node v4.2.6 production *Closing ticket.*