KDXCollectionView icon indicating copy to clipboard operation
KDXCollectionView copied to clipboard

Issues when adding new cells

Open tsfischer opened this issue 8 years ago • 0 comments

I was getting update issues when adding/inserting new cells into the collectionView. I was able to solve this by adding the following line:

[self _addVisibleCells];

to the 'fixLayoutAfterInsertion' method. I believe that it should also be added to 'fixLayoutAfterMoving'.

Thanks.

tsfischer avatar Apr 18 '16 14:04 tsfischer