gpt4 book ai didi

objective-c - Objective-C : How to add color to entire cell (with a disclosure indicator)

转载 作者:技术小花猫 更新时间:2023-10-29 11:02:49 24 4
gpt4 key购买 nike

我正在尝试为我的单元格添加背景颜色,但无法使用披露指示器为该部分着色(请参见下面的屏幕截图)

enter image description here

如何为整个单元格着色?我的实现如下。

cell.contentView.backgroundColor = [UIColor colorWithHexString:@"#FFFFCC"];

//Clear colors for labels
cell.textLabel.backgroundColor = [UIColor clearColor];
cell.detailTextLabel.backgroundColor = [UIColor clearColor];

最佳答案

UITableViewCell 是 UIView 的子类;您可以像设置任何其他 View 一样设置它的背景颜色。 “分组”式表格 View 中的单元格需要在那里做更多的工作,但看起来您并没有使用它,所以:

cell.backgroundColor = [UIColor colorWithHexString:@"#FFFFCC"];

关于objective-c - Objective-C : How to add color to entire cell (with a disclosure indicator),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7014482/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com