/ Published in: Objective C
Setting the background image of a grouped UITableView.
Expand |
Embed | Plain Text
self.tableView.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"Background.png"]];
You need to login to post a comment.
