[ALOY-824] Update NavigationWindow sample app
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2013-09-13T14:55:59.000+0000 |
Affected Version/s | Alloy 1.2.2 |
Fix Version/s | Alloy 1.3.0, Alloy 1.2.2, 2013 Sprint 19 |
Components | Samples & Templates |
Labels | n/a |
Reporter | Tony Lukasavage |
Assignee | Tony Lukasavage |
Created | 2013-09-13T14:27:18.000+0000 |
Updated | 2013-09-13T20:13:32.000+0000 |
Description
The API for Ti.UI.iOS.NavigationWindow has changed since it was first implemented due to issues listed in TIMOB-15125. For this reason, the Alloy sample that utilizes push() and pop() needs to be updated to use openWindow() and closeWindow(), respectively.
PR (master): https://github.com/appcelerator/alloy/pull/241 commit (1_2_X): https://github.com/appcelerator/alloy/commit/0e1d080b51551359aefb6cf94f9925a6c2b6b563 Test against the ui/navwindow test app
Sample updated and working as expected. Closing.