Possible Duplicate:
Detecting which UIButton was pressed in a UITableView
here is my situation, I add a UITapGestureRecognizer
to a subview of my custom UITableViewCell
, I set recognizer's target to my tableviewcontroller, so I want to know how can I get this cell's indexPath from my tableviewcontroller's action method.