My code is
[cell.imageView setImageWithURL:[NSURL URLWithString:[medium fullThumbnailURL]] placeholderImage:[UIImage imageNamed:@"missing"]];
[cell.imageView setContentMode:UIViewContentModeScaleAspectFit];

But when scroll down and back to top again.

How to fix this. Please help.
[Edit]
I crate table cell like this

I've been having the same problem and I finally figured it out! UITableViewCells have their own imageView property which they seem to style in an inaccesible manner. My solution was to use a different instance name for my own UIImageView so that any instances of UITableViewCell wouldn't style it themselves.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With