SDWebImage iOS 8 performance

I sometimes use SDWebImage in my project. It works, but all iOS 8 users have fast scrolling. I've already updated to the latest SDWebImage, but the problem doesn't seem to be resolved. Has anyone experienced the same problem? How to fix it?

Here's the simple code I'm using:

 [profileImageView sd_setImageWithURL:[NSURL profilePhotoURLString] placeholderImage:PROFILE_PHOTO_SMALL];

      

+3


source to share


1 answer


Hi Tung Vo I am having the same problem with SDWebImage because it does not clear the download queue and despite a lot of effort I was unable to stop unwanted images from downloading and if there are too many images there will be memory issues. Try using AFNetworkings image downloader. Here is the link .



0


source







All Articles