[TIMOB-12371] iOS - Popover navigation functionality missing
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Low |
| Status | Closed |
| Resolution | Won't Fix |
| Resolution Date | 2013-10-14T18:46:40.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | Release 5.1.0 |
| Components | iOS |
| Labels | n/a |
| Reporter | Pedro Enrique |
| Assignee | Ingo Muschenetz |
| Created | 2013-01-22T18:07:10.000+0000 |
| Updated | 2015-10-14T21:30:32.000+0000 |
Description
On the iPad's popover, in Titanium we're creating a navigation controller, but we don't have access to the navigation functionality. We can only assign a title, bar color, and a couple other things.
We need to be able to open windows in the navigation stack like so:
popOver.open(someWindow, {animated: true});
See TIMOB-15402