the cell not reuse when collectionView reloadSections
stevensgy opened this issue · 3 comments
stevensgy commented
the cell not reuse when [collectionView reloadSections:...]
chiahsien commented
that's your fault.
stevensgy commented
What's wrong with me?
chiahsien commented
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.