【发布时间】:2011-08-05 03:26:06
【问题描述】:
我知道这可能已被问过数千次,我尝试通过以下方式更改 UITablewViewCell 的背景:
cell.contentView.backgroundColor = [UIColor colorWithRed:0 green:0.188235 blue:0.313725 alpha:1];
cell.textLabel.backgroundColor = [UIColor colorWithRed:0 green:0.188235 blue:0.313725 alpha:1];
而我现在只有:
如何设置辅助视图背景视图颜色?
更新: 我在顶部有一个部分标题,它有一个白色背景
【问题讨论】:
标签: iphone objective-c