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

Support multiple sections #1

Closed lukescott closed 11 years ago

lukescott commented 11 years ago

I need to add support for multiple sections - that is dragging an item from one section to another. This shouldn't be too difficult.

lukescott commented 11 years ago

I now have some working code. It's a bit verbose at the moment. Will have to clean it up a bit before I push.