nuno / TiCollectionView

UICollectionView / GridView for Appcelerator Titanium
MIT License
111 stars 43 forks source link

LAYOUT_WATERFALL #96

Open ginixsan opened 5 years ago

ginixsan commented 5 years ago

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 }, defaultItemTemplate: 'template', allowSelection:true, allowsMultipleSelectionDuringEditing:false, top:'0%', left:'0%', height:'100%', width:'50%', scrollDirection: "SCROLL_VERTICAL", layout:'LAYOUT_WATERFALL', minimumColumnSpacing:10, minimumInteritemSpacing:10, columCount:2, });

This code just keeps making a regular grid...any idea why?

torlanco commented 4 years ago

I was unable too