ra1028 / RAReorderableLayout

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

Fixed incorrect removing IndexPath in example #57

Open DzmitrySmaliakou opened 7 years ago

DzmitrySmaliakou commented 7 years ago

In HorizontalViewController in moving data logic always uses toIndexPath. But correct way is remove book from "at" IndexPath and insert "to" IndexPath.