替换分组UITableView中的蓝灰色条纹背景?

时间:2009-02-26 20:29:55

标签: iphone cocoa-touch

如何在分组的UITableView中替换垂直的蓝灰色条纹背景? 例如,有一个水平条纹背景会很酷!

这是一个很好的例子:

Like this one
(来源:pessoal.org

1 个答案:

答案 0 :(得分:12)

更改tableView上的backgroundColor应该可以正常工作

tableView.backgroundColor = [UIColor colorWithPatternImage:[UIImage imageNamed:@"image.png"]];