Skip to content

Instantly share code, notes, and snippets.

@corosukeK
Created May 2, 2012 18:58
Show Gist options
  • Save corosukeK/2579250 to your computer and use it in GitHub Desktop.
Save corosukeK/2579250 to your computer and use it in GitHub Desktop.
- (void)tableView:(UITableView *)tableView
updateCell:(UITableViewCell *)cell
rowAtIndexPath:(NSIndexPath *)indexPath
{
return [super tableView:tableView
updateCell:cell
rowAtIndexPath:indexPath];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment