Skip to content

Instantly share code, notes, and snippets.

@sebastienwindal
Created February 25, 2014 18:45
Show Gist options
  • Select an option

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

Select an option

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