Thursday, March 22, 2012

How to get indexpath of button in a tableView row ?

NSIndexPath *indexPath =[self.YourTable indexPathForCell:(UITableViewCell *)[[sender superview] superview]];
   

No comments:

Post a Comment