Possible Duplicate:
How to know the UITableview row number
I have a tableView and a tableViewCell on this tableView. I defined another class for the tableViewCell called CustomCell so that I coded the necessary customizations and also created a button (on this cell). When the button on a tableViewCell is clicked, I want to learn which tableViewCell contains that button so that I can make the necessary changes only to that cell (which contains the button clicked)
How can I understand that which tableViewCell contains the button that is clicked?