ra1028 / RAReorderableLayout

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

Swift 4 compatibility - Fixed @objc errors #60

Open ThuggishNuggets opened 6 years ago

ThuggishNuggets commented 6 years ago

This PR fixes these kinds of errors when migrating to Swift 4: image

ThuggishNuggets commented 6 years ago

After this PR is approved and merged, it would be appreciated if we could get a new pod version posted that includes these changes.

ra1028 commented 6 years ago

Thanks! @ThuggishNuggets But I'm losing motivation to maintain the RAReorderableLayout now. Would you mind become a collaborator of RAReorderableLayout? 🙏 Then you can develop or merge the PR as you like.

metisdev commented 6 years ago

Hi,

First of all thanks for great library. Will this pull request be merged?

Best