UITableViewCell imageView images loading small even when they are the correct size!
- by Alex Barlow
Im having an issue whilst loading images into a UITableViewCell after an asynchronous download and placement into an UIImage variable..
The images appear smaller than they actually are! But when scrolled down and scrolled back up to the image, or the whole table is reloaded, they appear at the correct size...
Here is a code excerpt...
-…