如何替换分组UITableView中的垂直蓝灰色条纹背景?例如,有一个水平条纹背景会很酷!
这是一个很好的例子:
(来源:pessoal.org)
更改tableView上的backgroundColor应该可以工作
tableView.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"image.png"]];