0

我在 UITableViewCell 上设置 contentView.backgroundColor。

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

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

不过,最后一排保持圆角。

如何保持第一排圆角?

图片截图

4

0 回答 0