alloy
Version:
TiDev Titanium MVC Framework
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>