ra1028 / RAReorderableLayout

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

change the access level for delegate and dataSource #46

Closed gonghao closed 7 years ago

gonghao commented 7 years ago

Should change the default internal level to public level to allow outside access in Swift 3.

ra1028 commented 7 years ago

@gonghao Thanks!