When I long press on a row in my UITableView (presented as a popover on iPad, FWIW) I see the "Copy" menu item appear. I don't have any UIGestureRecognizer attached to the table or the cell. The cell has a UILabel and a UIImageView.
Any guesses on where this menu item is coming from? Is this some kind of default on all UILabelViews, and if so how can I disable it?