I added auto layout to my cell and in both heightForRowAtIndexPath
and estimatedHeightForRowAtIndexPath
i have this:
return UITableViewAutomaticDimension;
The cell gets even bigger than what it is in storyboard and the UIImageView gets extremely tall like this:
As you can see, the red is the extra space being created and is the background color of UIImageView