I have a UITableViewCell subclass that appears in several tables in my app, and I want it to play a sound effect when selected. I know how to play the sound (I’m already doing it for buttons) but I need to know how to respond to the touch event of a table cell.
Share
Check out this method (override it in your uitableviewcell subclass).
then in your subclass:
Cheers,
Pawel