ra1028 / RAReorderableLayout

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

Needs updating to Swift 2.0 #18

Closed Inferis84 closed 8 years ago

Inferis84 commented 8 years ago

Updating to XCode 7 means that this is no longer usable without running the auto migration tool.

liuxuan30 commented 8 years ago

Xcode 7 has a converter to do ths job. You could use it. I did, and works fine so far.

Whirlwind commented 8 years ago

I hope you can upgrade this project, if you are free.

ra1028 commented 8 years ago

@Inferis84 @liuxuan30 @Whirlwind https://github.com/ra1028/RAReorderableLayout/pull/17 Updated to support Swift 2.0 by @ekimia .