[ALOY-287] Implement Ti.UI.iOS.TabbedBar parser
| GitHub Issue | n/a |
|---|---|
| Type | Story |
| Priority | Medium |
| Status | Resolved |
| Resolution | Fixed |
| Resolution Date | 2012-09-21T06:46:47.000+0000 |
| Affected Version/s | 2012 Sprint 19 |
| Fix Version/s | 2012 Sprint 19, Release 3.0.0 |
| Components | XML |
| Labels | n/a |
| Reporter | Tony Lukasavage |
| Assignee | Unknown |
| Created | 2012-09-21T04:35:17.000+0000 |
| Updated | 2018-03-07T22:26:14.000+0000 |
Description
Proposed syntax:
<TabbedBar>
<Labels>
<Label>tab 1</Label>
<Label>tab 1</Label>
<Label>tab 1</Label>
</Labels>
<!-- any other views you intend to overlay -->
</TabbedBar>
Took a little longer. I thought it was just string, but when I checked the docs, it also handles an abstract TabItemType type.