如何在保持圆角的同时设置UITableViewCell背景?

时间:2012-08-06 12:03:09

标签: objective-c cocoa-touch uitableview

我在UITableViewCell上设置contentView.backgroundColor。

UIColor *tracingColor = [self getColourFromResult: [[NSString alloc] initWithString: model.traceResultString]];
tracingResultCell.contentView.backgroundColor = tracingColor;

执行此操作时,TableViewCellSection中的第一行会丢失其圆角。奇怪的是,如果仔细观察,我将背景颜色不透明度设置为0.70,您实际上可以看到背景中的圆角(下图)。

尽管最后一行保持圆角。

如何保持第一行圆角?

image screenshot

0 个答案:

没有答案