UNPKG

@titanium/turbo

Version:

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

17 lines (15 loc) • 500 B
<Alloy> <Window> <!-- Coverflow for iOS --> <CoverFlowView id="coverflow" platform="ios"> <!-- data-bound collection of images --> <Images dataCollection="images"> <Image image="{url}" height="{height}" width="{width}"/> </Images> <!-- additional views for the CoverFlowView --> <Label id="apilabel">Ti.UI.iOS.CoverFlowView</Label> </CoverFlowView> <!-- non-iOS label --> <Label platform="!ios">Ti.UI.iOS.CoverFlowView only supported on iOS</Label> </Window> </Alloy>