UNPKG

@titanium/turbo

Version:

🚀 Turbo is the awesome framework for turbo charging your Titanium cross-platform native mobile app development!

18 lines (16 loc) • 363 B
<Alloy> <TabGroup> <!-- Explicit Window declaration --> <Tab id="tab1"> <Window id="win1"> <Label>Label 1</Label> <Label>Label 2</Label> <Label platform="ios">Label 3</Label> <Label>Label 4</Label> <Label>Label 5</Label> </Window> </Tab> <!-- Tab included via <Require> tag --> <Require src="tabView"/> </TabGroup> </Alloy>