Post not yet marked as solved
Post marked as unsolved with 1 replies, 1,200 views
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?