Proposed syntax
<Alloy>
<NavigationGroup ns="Ti.UI.iPhone" id="nav">
<Window id="firstWindow">
<!-- the rest of the window markup -->
</Window>
</NavigationGroup>
</Alloy>
Notes
* The
<NavigationGroup>
tag is already part of the implicit namespaces for
Ti.UI.iPhone
* We should think about a common place for making the navigation group globally available.
Alloy.CFG
will work for now.
* Should also check to see if this is similar enough to
Ti.UI.Mobileweb.NavigationGroup
that we can use the same parser.
Implemented Ti.UI.iPhone.NavigationGroup parser. Also added a "navgroup" test app to alloy.