ra1028 / RAReorderableLayout

A UICollectionView layout whitch can move item with drag and drop.
MIT License
867 stars 140 forks source link

Swift 3, problems with Delegate, DataSource #42

Closed Den-Ree closed 7 years ago

Den-Ree commented 7 years ago

I have error "use of undeclared type RAReorderableLayoutDelegate...., DataSource" I think that we need to add 'open', but not sure.

ra1028 commented 7 years ago

Thx for your report @Den-Ree ! I've release a new version. Please give it a try!

Den-Ree commented 7 years ago

@ra1028 thx you) now works)