Skip to content

Instantly share code, notes, and snippets.

@quamen
Created August 4, 2009 04:55
Show Gist options
  • Save quamen/161031 to your computer and use it in GitHub Desktop.
Save quamen/161031 to your computer and use it in GitHub Desktop.
-(IBAction)didPressButtonInTableCell:(MyButton*)sender {
NSIndexPath *indexPath = [tableView indexPathForCell:(MyCell *)sender.superview];
[self tableView:tableView didSelectRowAtIndexPath:indexPath];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment