Auto-Layout: Get UIImageView height to calculate cell height correctly
So I think the underlying issue is a kind of chicken and egg problem. In order to ‘aspect fit’ the image to the UIImageView the system needs a size for the view, and yet we would like the height of the view to be determined after aspect fitting the image given a known width for … Read more