Drag & Drop from TableView to Another View in Swift
问题 I'm trying to copy an item from one UITableView to another View and I've been banging my head over this for the past 2 days and still i am not able to figure out how to accomplish this. Here is a little sketch of my UI architecture Here is what i am doing Long Press on a row in the tableview Create a snapshot of the image in the cell when long pressed Drag the snapshot to the View(Green area) outside the table view When released check whether the snapshot was dropped in the Green View Area. I