Skip to content

Instantly share code, notes, and snippets.

@jarinudom
Created April 5, 2009 01:13
Show Gist options
  • Save jarinudom/90342 to your computer and use it in GitHub Desktop.
Save jarinudom/90342 to your computer and use it in GitHub Desktop.
- (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {
[tableView cellForRowAtIndexPath:indexPath].image = nil;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment