Skip to content

Instantly share code, notes, and snippets.

@heim
Created March 13, 2009 09:45
Show Gist options
  • Save heim/78508 to your computer and use it in GitHub Desktop.
Save heim/78508 to your computer and use it in GitHub Desktop.
NSString *backgroundPath = [[NSBundle mainBundle] pathForResource:@"background-grouped-table" ofType:@"png"];
UIImage *backgroundImage = [UIImage imageWithContentsOfFile:backgroundPath];
UIColor *backgroundColor = [[UIColor alloc] initWithPatternImage:backgroundImage];
tableView.backgroundColor = backgroundColor;
[backgroundColor release];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment