I have a view in storyboard with UIView that contains an image:
When I compile the table, I get:
But, in another case in storyboard without image:
I get result:
My UITableView is working with UITableViewAutomaticDimension
The question is:
How to set constrains of my UIImageView
to determine its height same as max height of adjacent view?