Detecting Tap & Hold in UITableView cells

cocoa-touch, gesture, ios

Solution

In iOS 3.2 or later you can use `UILongPressGestureRecognizer`

Problem

How do we detect a tap & hold on a `UITableViewCell`?

Original source