这是我的代码,我创建了一个自定义 UITableViewCell 并使用 SDWebImage 异步加载图像。但它不起作用。当我使用像“cell.imageView setImage ...”这样的默认单元格时,它工作正常,我不知道为什么?
DiscoutCell *cell = [tableView dequeueReusableCellWithIdentifier:cellIdentifier];
[cell.goodsImageView setImageWithURL:url placeholderImage:[UIImage imageNamed:@"zanwutupian.png"]];