Skip to content

LAYOUT_WATERFALL #96

@ginixsan

Description

@ginixsan

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions