chiahsien/CHTCollectionViewWaterfallLayout

the cell not reuse when collectionView reloadSections

stevensgy opened this issue · 3 comments

the cell not reuse when [collectionView reloadSections:...]

that's your fault.

What's wrong with me?

What this layout does is to calculate item's size and position, reusing cell is the thing between you and the system.
So, if the cell isn't reused, then there must be something wrong with your code. The layout does nothing with it.