Loading images from URL into a uiimage and then adding those images to a uitableviewcell uiimageview, like below code. I do not know the image sizes, but need to force them to
I had the same problem and this worked perfectly for me;
select the UIImage and go to attributes inspector and check "Clip Subviews"
make sure you have constraints set for the image's size.