i\'m having an issue using SDWebImage to load images to a UIImageView inside a custom UITableViewCell. This is my code at the UITableView delegate:
static NS
Just call sd_cancelCurrentImageLoad and set [imageView setImage:nil] before call sd_setImageWithURL.
sd_cancelCurrentImageLoad
[imageView setImage:nil]
sd_setImageWithURL
[imageView sd_cancelCurrentImageLoad];