I am using SDWebImage. In my table, each row has image and a label.
As you can see, image cannot be seen.
But when I go back to parent view controller, and come here again, they are shown.
The code I am using is:
[cell.imageView setImageWithURL:[NSURL URLWithString:serie.image] placeholderImage:[UIImage imageNamed:@"placeholder.png"] options:SDWebImageRefreshCached];
So, where I am wrong?