0

这是我的代码,我创建了一个自定义 UITableViewCell 并使用 SDWebImage 异步加载图像。但它不起作用。当我使用像“cell.imageView setImage ...”这样的默认单元格时,它工作正常,我不知道为什么?

DiscoutCell *cell = [tableView dequeueReusableCellWithIdentifier:cellIdentifier];
[cell.goodsImageView setImageWithURL:url placeholderImage:[UIImage imageNamed:@"zanwutupian.png"]];
4

1 回答 1

0

解决了我发现我没有将那个 imageView 链接到我的 IBOutet imageview,我很抱歉浪费你的时间,这是我的错。我太粗心了!无论如何,非常感谢!

于 2013-03-05T02:39:27.080 回答