ios - UIGestureRecognizer blocking TableView Editing -


i have uipangesturerecognizer , tableview in editing mode. when want move tableviewcell, gesture blocks it. how can disable this?

i want disable gesture recognizer when user drags cell using uitableviewcellreordercontrol.

the code repository on github.

a gif visualising problem.

downloaded project git . please use gesture.cancelstouchesinview = false in viewdidload method.


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -