lukescott / DraggableCollectionView

Extension for the UICollectionView and UICollectionViewLayout that allows a user to move items with drag and drop. --- HELP WANTED --- Looking for maintainer and help with the experimental branch.
MIT License
549 stars 175 forks source link

reloading cells fix #42

Open mplackowski opened 10 years ago

mplackowski commented 10 years ago

didMoteItemAtIndexPath was placed after invalidateLayout methods. Cells are reloading properly now

martinlockett commented 10 years ago

This works