UIPanGestureRecognizer is a concrete subclass of UIGestureRecognizer that looks for panning (dragging) gestures.
I'd like to mimic the swipe to delete function of a UITableViewCell just like the mail app in iOS 8. I'm …
ios uitableview ios8 uipangesturerecognizer