UILongPressGestureRecognizer with Drag and Drop

I have a long-press gesture on my UITableView to detect long-press on table cells. With the new Drag and drop API, the table now displays a copy of the cell to drag, then shows the long-press menu. Is there a way to cancel the drag and drop locally, or any way to make these interactions work better with each other?

Replies

Do you have a solution? I also encountered the same problem.😐