I'm trying to enable drag and drop UITableViewCell to swap them. It's not a problem, but i want to do it without "setEditing:" method. I want to swap cells before user drag cell using something like longGestureAction and drop it in another place, but without disabling selectRow method, and without show side icons.I'm trying to enable drag and drop UITableViewC