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`?
cocoa-touch, gesture, ios
In iOS 3.2 or later you can use `UILongPressGestureRecognizer`
How do we detect a tap & hold on a `UITableViewCell`?