UNPKG

@titanium/turbo

Version:

<p align="center"> <img src="https://cdn.secure-api.org/images/turbo-title_400.png" /><br> <a href="https://www.npmjs.com/package/@titanium/turbo"> <img src="https://img.shields.io/npm/v/@titanium/turbo.png" /> </a> </p>

19 lines (17 loc) 599 B
<Alloy> <Window> <CoverFlowView id="coverflow" platform="ios"> <Images> <!-- Assign image by node text or "image" attribute --> <Image>appc1.png</Image> <Image image="appc2.png"/> <!-- you can also change the width and height --> <Image width="100" height="100" image="appc3.png"/> <Image width="50" height="50">appc4.png</Image> </Images> <!-- additional views for the CoverFlowView --> <Label id="apilabel">Ti.UI.iOS.CoverFlowView</Label> </CoverFlowView> <Label platform="!ios">Ti.UI.iOS.CoverFlowView only supported on iOS</Label> </Window> </Alloy>