gpt4 book ai didi

ios - uitableview 单元格的背景

转载 作者:行者123 更新时间:2023-12-01 19:52:49 25 4
gpt4 key购买 nike

MyTableCell *cell=[[MyTableCell alloc]init];
cell.backgroundColor = [UIColor clearColor];

上面这几行代码仍然是显示单元格背景的白色并隐藏了tableview的背景图片。

最佳答案

转到您的 Storyboard并设置您的 uitableview 单元格的颜色以从那里清除颜色。并且还将 uitabelview 颜色设置为清除颜色。

或者在你 viewdidload 中设置 tableview 背景颜色以清除颜色并在 indexparth delagate 设置的 cellforrow

cell.contentView.backGroundColor = [UIColor ClearColor]

关于ios - uitableview 单元格的背景,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44818009/

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