TiCollectionView icon indicating copy to clipboard operation
TiCollectionView copied to clipboard

LAYOUT_WATERFALL

Open ginixsan opened this issue 6 years ago • 1 comments

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?

ginixsan avatar Dec 18 '18 19:12 ginixsan

I was unable too

torlanco avatar Nov 06 '19 18:11 torlanco