You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: