在这里,我试图通过使用SDWebImage显示图像。它仅显示占位符。这是代码:
cell.docImage.sd_setImage(with: URL(string: "http://suggestnepal.com/wp-content/uploads/2014/08/2011-12-13-1323775332.jpg")!, placeholderImage:"noImage")
我目前使用的是示例图像。它正在浏览器中打开,但未显示imageView。即使如此,我也尝试过使用占位符图像:
http://via.placeholder.com/1200x1600
请回复!!