[TIMOB-13819] Implement popToRootViewControllerAnimated for Ti.UI.iPhone.NavigationGroup
| GitHub Issue | n/a |
|---|---|
| Type | New Feature |
| Priority | Low |
| Status | Open |
| Resolution | Unresolved |
| Affected Version/s | n/a |
| Fix Version/s | n/a |
| Components | iOS |
| Labels | n/a |
| Reporter | Anthony Chung |
| Assignee | Unknown |
| Created | 2013-05-07T06:39:30.000+0000 |
| Updated | 2018-02-28T20:04:10.000+0000 |
Description
Please implement the objective c popToRootViewControllerAnimated
Link below...
http://developer.apple.com/library/ios/#documentation/UIKit/Reference/UINavigationController_Class/Reference/Reference.html#//apple_ref/occ/instm/UINavigationController/popToRootViewControllerAnimated:
Thanks,
Anthony
For now to achieve this you can use: https://github.com/aaronksaunders/Titanium-Navigation-Controller Here's an example project: https://github.com/vuinguyen/Ti-Navigation-Controller
Thanks for the links. This is what I ended up doing in TiAlloy. https://gist.github.com/threethirds/02588ff738486e991454