Closed hakonk closed 8 years ago
Had some issues with gesture recognizers being set up multiple times. Thus, cancelDrag was called twice, which crashed the app the second time since cellFakeView is force unwrapped. Proposed this simple fix
Awesome job @hakonk ! Thanks!
Glad I could help :)
Had some issues with gesture recognizers being set up multiple times. Thus, cancelDrag was called twice, which crashed the app the second time since cellFakeView is force unwrapped. Proposed this simple fix