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>

17 lines 586 B
<Alloy> <HeaderPullView platform="ios"> <View id="pullView" height="60dp" backgroundColor="#aaa"> <Label id="pullText" height="Ti.UI.SIZE" width="Ti.UI.SIZE" bottom="10">Something about refreshing would be here</Label> </View> </HeaderPullView> <HeaderView> <View id="headerView" height="60dp" backgroundColor="#0f0"> <Label id="headerText">I'm an ugly headerView</Label> </View> </HeaderView> <FooterView> <View id="footerView" height="60dp" backgroundColor="#0f0"> <Label id="footerText">I'm an equally ugly footerView</Label> </View> </FooterView> </Alloy>