gpt4 book ai didi

ios - 如何适本地设置 UITableViewCell 的背景?

转载 作者:行者123 更新时间:2023-11-28 22:39:35 25 4
gpt4 key购买 nike

我已将 UITableViewCell 的颜色设置如下:

UIColor *RedCell = [UIColor colorWithRed:(199/255.0)  green:(0/255.0)  blue:(39/255.0)  alpha:0.2];
cell.textLabel.backgroundColor = [UIColor clearColor];
cell.contentView.backgroundColor = RedCell;

但是,您可以在屏幕截图中看到它正在爬出单元格的边界。设置背景的正确方法是什么,这样就不会发生这种情况?

UITableViewCell

最佳答案

对于分组的表格 View 单元格,您应该在背景 View 上设置背景颜色,而不是内容 View (我假设它是一个清晰的背景)。

关于ios - 如何适本地设置 UITableViewCell 的背景?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14954353/

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