How do I replace the vertical blue-gray stripes background in a grouped UITableView? For example, it would be cool to have a background of horizontal stripes instead!
Here is a nice example:
(source: pessoal.org)
Changing the backgroundColor on the tableView should work
tableView.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"image.png"]];
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With