I am using UIPanGestureRecognizer to “drag” a Cell. The problem I face is to how identify the touched Cell? The didSelectRowAtIndexPath won’t work for me because the user is actually panning from the cell and not selecting it. Does anyone have any suggestion? Thanks!
Share
If you add the gesture recognizer to the
UITableView, then in your gesture recognizer target do this:you can then get the cell from the table view