Hi all,
Is there a way to get the touch duration of a UITableViewCell without subclassing? The reason being I want to display a modal view controller when the user holds a cell and display a detail view when the user taps a cell. I already have a working app using default UITableViewCells (but recently found a need for the hold event) which is the reason I dont really want to have to use subclassing. Any thoughts?
Many thanks
Jules