Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sebastienwindal/8919532 to your computer and use it in GitHub Desktop.
Save sebastienwindal/8919532 to your computer and use it in GitHub Desktop.
-(void) action:(UIButton *)sender
{
CGRect buttonFrame = [sender convertRect:sender.bounds toView:self.tableView];
NSIndexPath *indexPath = [self.tableView indexPathForRowAtPoint:buttonFrame.origin];
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment