gpt4 book ai didi

ios - 为什么 UITableViewCell 背景颜色不起作用(在界面生成器中设置)?

转载 作者:IT王子 更新时间:2023-10-29 07:35:02 24 4
gpt4 key购买 nike

为什么 UITableViewCell 背景颜色不起作用(在界面构建器中设置)?

我从一些搜索中注意到,在您的 UITableViewController 自定义子类中设置的以下代码确实有效(见下文):

- (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath {
cell.backgroundColor = [UIColor redColor];
}

但我仍然想了解为什么界面生成器为 TableViewCell 设置了背景颜色,但实际上这似乎不起作用?

最佳答案

有点晚了,但我刚遇到这个问题...在 contentView 上设置背景颜色效果很好:

cell.contentView.backgroundColor = [UIColor redColor];

关于ios - 为什么 UITableViewCell 背景颜色不起作用(在界面生成器中设置)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5166747/

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