我在UITableViewCell上设置contentView.backgroundColor。
UIColor *tracingColor = [self getColourFromResult: [[NSString alloc] initWithString: model.traceResultString]];
tracingResultCell.contentView.backgroundColor = tracingColor;
执行此操作时,TableViewCellSection中的第一行会丢失其圆角。奇怪的是,如果仔细观察,我将背景颜色不透明度设置为0.70,您实际上可以看到背景中的圆角(下图)。
尽管最后一行保持圆角。
如何保持第一行圆角?