gpt4 book ai didi

iphone - 如何以编程方式选择默认缩略图?

转载 作者:行者123 更新时间:2023-11-29 04:59:43 25 4
gpt4 key购买 nike

我有一个基于 tableView 的应用程序,我制作了一个自定义 TableViewCell,其中有缩略图。我希望以编程方式为我的自定义 TableViewCell 选择默认缩略图。关于如何做到这一点有什么想法吗?

谢谢。

最佳答案

在自定义 UITableViewCell 中为您的 UIImageView 设置标签,例如,设为10

当您想在该 View 中显示某些 UITableViewCell *cell; 的图像时,请执行下一步:

UIImageView *imageView = (UIImageView *)[cell viewForTag:10];
imageView.image = [UIImage ....];

关于iphone - 如何以编程方式选择默认缩略图?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7256670/

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