Skip to content

Instantly share code, notes, and snippets.

@sebastienwindal
Created February 25, 2014 18:45
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/9215062 to your computer and use it in GitHub Desktop.
Save sebastienwindal/9215062 to your computer and use it in GitHub Desktop.
static grouped cell background color
- (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath
{
cell.backgroundColor = [UIColor clearColor];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment