larryryu / LSSwipeToDeleteCollectionViewLayout

The UICollectionViewLayout subclass adds swipe to delete functionality to a collectionview
MIT License
41 stars 4 forks source link

Adding fix for missing observer removal #4

Closed batkru closed 10 years ago

batkru commented 10 years ago

Fixes crash issue due to missing observer removal on the panGestureRecognizer

larryryu commented 10 years ago

Awesome. Thanks for catching that!

batkru commented 10 years ago

Sure! This project is really cool, thanks for collaborating. Can you update the code in CocoaPods so that this change is available there? Thanks!