Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save sebastienwindal/8919532 to your computer and use it in GitHub Desktop.

Select an option

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