@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>
17 lines (15 loc) • 500 B
text/xml
<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>