ra1028 / RAReorderableLayout

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

Remove gesture recognizers when detached from collection view. #58

Open bkook opened 7 years ago

bkook commented 7 years ago

There was an issue when change collection view layout. I fixed to remove gesture recognizers when collectionView becomes nil.