I have enabled dragging from a table cell by attaching a pan gesture recognizer to the label in each table cell. This works perfectly for letting users drag an item from the tableview over onto the main view, which is what I want, however this also causes the tableview to not scroll because the label is handling the drag motion instead of the tableview. Is there a way I can keep the dragging for horizontal movements, but have the tableview handle scrolling for vertical drags?
Last edited: