Getting Touch Coordinates Within Table View Cell
I currently have table view will cells. I'm well aware of the whole didSelectRowAtIndexPath method in order to act when the user clicks a cell. However, I want to be able to get the location of their touch within that cell. Would there be any easy way to do this using touchesBegan, touchesEnded, or touchesMoved?
|