-(void)customeButtonActionFromTableViewCell:(UIButton*) sender { CGPoint touchPoint = [sender convertPoint:CGPointZero toView:urTableView]; NSIndexPath *clickedButtonIndexPath = [urTableView indexPathForRowAtPoint:touchPoint]; }
No comments:
Post a Comment