[TIMOB-28258] iOS: Expose new APIs to support column style layout in Ti.UI.iOS.SplitWindow
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Medium |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | n/a |
Labels | ios |
Reporter | Vijay Singh |
Assignee | Unknown |
Created | 2020-11-25T21:41:58.000+0000 |
Updated | 2020-11-25T21:41:58.000+0000 |
Description
In iOS 14, Apple exposed column style layouts. In Titanium we can expose APIs via Ti.UI.iOS.SplitWindow.
See https://developer.apple.com/documentation/uikit/uisplitviewcontroller for more detail.
To implement this Ti.UI.iOS.SplitWindow should use UISplitViewController (See TIMOB-26692).
No comments