Can iglistKit achieve waterfall flow?
@broccolii can you explain more what you mean or give an example?
@ryanolsonk
like this https://github.com/chiahsien/CHTCollectionViewWaterfallLayout
@broccolii
layouts are decoupled from IGListKit. you can use any custom layout that you want.
@jessesquires
But I need to modify the data structure of the data source,because I use the Array, a section will only have an item.I need to use a two-dimensional Array. Is that so?
I search all about waterfall issue, but i can't find a solution to solve my question. can you give me a tips or example , ths . the below is i want for custom layout.

@michaeldong I'd recommend doing some searching around for open source UICollectionViewLayouts or how to build one from scratch. There are definitely ways to build a layout that looks like that. App-specific layouts are beyond IGListKit's scope though.
Locking to encourage others to open a new issue.
Most helpful comment
@broccolii
layouts are decoupled from IGListKit. you can use any custom layout that you want.