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
Override prepareForReuse method in your cell class and cancel all loadings there. Do not forget to call super
prepareForReuse
super