I am using SDWebimage to load images on my tablkeview I am following this tutorial
Now I stuck on a problem,If I scroll down and hit back before images get loaded the app got crashes.How can I solve this ?
How to cancel the SDWebImage download. I have gone through some answers and discussions.But none of them helped me and could not use them
Please help me
I am using
[cell.UserImage setImageWithURL:[NSURL URLWithString:[SDWebArray objectAtIndex:indexPath.row]] placeholderImage:[UIImage imageNamed:@"Placeholder.png"]];