Skip to content

Instantly share code, notes, and snippets.

@a-v-ebrahimi
Created April 9, 2012 13:05
Show Gist options
  • Save a-v-ebrahimi/2343269 to your computer and use it in GitHub Desktop.
Save a-v-ebrahimi/2343269 to your computer and use it in GitHub Desktop.
iPhone : Change background of UITableView to image
self.tableView.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"BackgroundPattern.png"]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment