gpt4 book ai didi

iphone - UITableViewCell 清晰背景 - 分组 UITableView

转载 作者:行者123 更新时间:2023-12-03 19:07:52 26 4
gpt4 key购买 nike

我正在尝试在分组表中显示我的数据,如下所示:

enter image description here

如您所见,我通过在 viewDidLoad 中编写以下代码来清除表格的背景 View :

customerTable.backgroundView = nil;  

此外,在我的xib中,我已经清除了表格的背景。

cellForRowAtIndexPath中,我设置了每个表格单元格的背景颜色。

cell.backgroundColor = [UIColor colorWithRed:255.0/255 green:235.0/255 blue:178.0/255 alpha:1];  

结果我得到了上面的输出。

我面临的问题是我在每个单元格中遇到的黑角。我知道这与细胞背景有关,但对我来说没有任何作用。我还尝试清除单元格的背景,编写以下代码行:

    cell.backgroundView = nil;  

最佳答案

尝试

customerTable.backgroundColor = [UIColor clearColor];customerTable.opaque = NO;customerTable.backgroundView = nil;

关于iphone - UITableViewCell 清晰背景 - 分组 UITableView,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6779970/

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