/ Published in: Objective C
Set UITableView background to a pattern
Expand |
Embed | Plain Text
self.parentViewController.view.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"bg.png"]];
You need to login to post a comment.
