/ Published in: Objective C

Setting the background image of a grouped UITableView.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
self.tableView.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"Background.png"]];
Comments
