romaonthego / RESideMenu

iOS 7/8 style side menu with parallax effect.
MIT License
7.09k stars 1.35k forks source link

pan gesture switchability #275

Open artyomdevyatov opened 8 years ago

artyomdevyatov commented 8 years ago

Allow to enable/disable pan gesture recognizer at any time

Querschlag commented 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.