Open artyomdevyatov opened 8 years ago
We really need to merge this. I just experienced a misbehaviour with moving rows in a UITableView, because the UIPanGestureRecognizer property cancelTouchesInView is set to NO (false) by default. This cancels the drag gesture when reordering rows.
Allow to enable/disable pan gesture recognizer at any time