We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have and issue i used the collection view and added to it pull to refresh widget put when i pull on list view no something shows `
<ListView id="prodcts" defaultItemTemplate="default" module="CollectionView" method="createCollectionView"> <HeaderView> <View class="headerView"> <!-- Tabs view --> <ScrollView id="tabs" onClick="tabsClicked"/> <!-- Banner--> <View id="categoryPagerHolder" height="Ti.UI.SIZE"> <Require type="view" src="categoriesModules/CategoryPager" id="categoryPager"/> </View> <!-- features products --> <View id="home_Categories_Products"/> </View> </HeaderView> <Templates> <Require src="templates/twoProductsTemplate"/> </Templates> <ListSection id="mainListSection" columnCount="2" module="ti.collectionview" method="createCollectionSection"/> <FooterView> <View class="footerView"> <ActivityIndicator id="footerLoading"/> </View> </FooterView> </ListView> </Widget>
`
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have and issue i used the collection view and added to it pull to refresh widget put when i pull on list view no something shows
`
`
The text was updated successfully, but these errors were encountered: