[ALOY-242] Implement a Ti.UI.iOS.Toolbar parser
| GitHub Issue | n/a |
|---|---|
| Type | Improvement |
| Priority | Medium |
| Status | Resolved |
| Resolution | Fixed |
| Resolution Date | 2012-09-12T15:05:01.000+0000 |
| Affected Version/s | n/a |
| Fix Version/s | 2012 Sprint 19, Release 3.0.0 |
| Components | XML |
| Labels | n/a |
| Reporter | Tony Lukasavage |
| Assignee | Unknown |
| Created | 2012-09-09T06:35:20.000+0000 |
| Updated | 2018-03-07T22:25:41.000+0000 |
Description
Original conversation
https://groups.google.com/forum/?fromgroups=#!topic/appc-ti-alloy/-t5GdlgVOwE We should also implement aProposed Syntax
<Alloy>
<Toolbar>
<!-- UI elements for the "items" property -->
<Items>
<Button/>
<FlexSpace/>
<Button/>
</Items>
<!-- normal child elements of the Toolbar -->
<ImageView/>
</Toolbar>
</Alloy>
No comments