UITableView Background Image


/ Published in: Objective C
Save to your folder(s)

Setting the background image of a grouped UITableView.


Copy this code and paste it in your HTML
  1. self.tableView.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"Background.png"]];

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.