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