/ Published in: Objective C
Set UITableView background to a pattern
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
self.parentViewController.view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"bg.png"]];