TiCollectionView icon indicating copy to clipboard operation
TiCollectionView copied to clipboard

UICollectionView / GridView for Appcelerator Titanium

Results 18 TiCollectionView issues
Sort by recently updated
recently updated
newest added

**don't merge yet** only built the module. Still needs to be tested! [ti.collectionview-android-4.0.0.zip](https://github.com/nuno/TiCollectionView/files/5518311/ti.collectionview-android-4.0.0.zip)

Anybody could make LAYOUT_WATERFALL working on iOS? none layout, minimumColumnSpacing, columCount works.. just makes a normal grid whatever I do... `var scrollTickets = TiCollectionView.createCollectionView({ backgroundColor: 'white', templates: { 'template': myTemplate...

hi how to set the LAYOUT_WATERFALL or the columnCount with alloy? all options are ignored im doing this alloy.js ``` Alloy.Globals.collectionView = require("de.marcelpociot.collectionview"); ``` index.js ``` var data = [];...

Hi, Please check the below image for this issue clarification. I need to create grid view but if section grid items are odd so like 3, so last element show...

The following error is received Attempt to invoke virtual method 'void de.marcelpociot.collectionview.CollectionViewTemplate$DataItem.setDefaultProperties(org.appcelerator.kroll.KrollDict)' on a null object reference

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 ` `

I tried to apply a search bar to the collection view to filter items. Search bar is displayed correctly but when I touch it all collection view and search disappear...

Running the included example does not show header and footer for sections. Using version 1.3.0.

Hi , I am trying to change the scroll direction to horizontal in waterfall layout for that I am using following code: var collectionView = TiCollectionView.createCollectionView({ backgroundColor: 'white', templates: {...

I'm using CollectionView in same app sometime vertical and some times horizontal, unfourtunilty some time the property ignored for no reason, in same page i've 5 instances in same screen,...