I\'m trying to place various size images inside imageView of UITableViewCell. I get the image data asynch\'ly, create the image, set the content mode of imageView and finall
try changing the "contentMode" property of imageView to 'UIViewContentModeScaleAspectFit' or 'UIViewContentModeScaleAspectFill'