[TIMOB-16299] iOS: Expose Navigation Bar Management on all WindowProxy objects
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Open |
Resolution | Unresolved |
Affected Version/s | Release 3.1.3, Release 3.2.0 |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Vishal Duggal |
Assignee | Unknown |
Created | 2014-01-23T18:34:15.000+0000 |
Updated | 2018-02-28T20:03:17.000+0000 |
Description
Titanium developers have expressed an interest in nesting top level window managers (Tab hosting a NavigationWindow, NavigationWindow hosting TabGroup etc). While it is possible to do that there is no support for NavigationBar management in the WindowProxy object. The NavigationBar management is only exposed in the TiUIWindowProxy object.
This ticket is a request to expose that functionality on the base WindowProxy object.
No comments