SDWebImage / SDWebImageLinkPlugin

A SDWebImage loader plugin, to support load rich link image with LinkPresentation framework
MIT License
17 stars 2 forks source link

UICollectionViewCell Reuse Issue #1

Closed inPhilly closed 4 years ago

inPhilly commented 4 years ago

When sd_setImageFromURL: is used to set a UIImageView's image in a UICollectionView cell, and a UICollectionView, once populated, is scrolled quickly up and down, the images appear and disappear while scrolling. I believe that this may be a UICollectionViewCell prepareForReuse issue, and that sd_cancelCurrentImageLoad is not working properly for this plugin.

dreampiggy commented 4 years ago

Try version 0.2.0, which supports caching LPLinkMetadata, actually the first usable version.

inPhilly commented 4 years ago

I assume this is working now since the version has been updated, and I am using LPLinkView instead of UIImageView in any case. Thank you.