UITableView pattern background


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

Set UITableView background to a pattern


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

Report this snippet


Comments


You need to login to view comments.