gpt4 book ai didi

iOS 更改单元格颜色(基于行)

转载 作者:行者123 更新时间:2023-11-28 21:35:20 26 4
gpt4 key购买 nike

我希望我的单元格的背景颜色根据行而改变。我正在使用这段代码。为什么所有细胞都是红色的?

CGFloat proportion = indexPath.row/(float)rows;
cell.backgroundColor = [UIColor colorWithRed:(proportion*255) green:0.0f blue:0.0f alpha:1.0f];

Screenshot 1

但是如果我使用这段代码颜色显示正常

cell.backgroundColor = [UIColor colorWithWhite:proportion alpha:1.0f];

Screenshot 2

最佳答案

你算错了

U比例*255大于1

只使用比例

关于iOS 更改单元格颜色(基于行),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34152318/

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