gpt4 book ai didi

iphone - 为什么将单元格图像添加到 UITableViewCell 会发出警告?

转载 作者:行者123 更新时间:2023-11-28 19:24:12 28 4
gpt4 key购买 nike

cell.image = [UIImage imageNamed:@"faxicon.png"];

警告是:setImage 已弃用。

我可以使用其他方式吗?

谢谢

最佳答案

图像属性在 iOS3.0 中被弃用。

试试 cell.imageView.image = [UIImage imageNamed:@"faxicon.png"]; 代替

关于iphone - 为什么将单元格图像添加到 UITableViewCell 会发出警告?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5846883/

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