Is there a way to be notified or call a method once a table view is touched, on touch-down?
I know the two delegate methods for willSelectRow and didSelectRow, but these are not called until the finger is lifted. I am trying to get a sound to play right when the cell is touched, not after finger is lifted.
I know the two delegate methods for willSelectRow and didSelectRow, but these are not called until the finger is lifted. I am trying to get a sound to play right when the cell is touched, not after finger is lifted.