okay I am having trouble creating dynamic cells with tableview. My image collapse and looks like this. It works fine when the description is long but not when it is to short.
Image constraints are: width = 120, height = 160, top = 8, leading = 12.
Title constraints are: top = 8, leading to imageView = 8, trailing = 12.
Description constraints are: top to titleLabel = 5, leading to imageView = 8, trailing = 12, bottom = 12
Now instead of adding the bottom constraint to the description, I added it to the image and then the cell looks something like this.
Now the description is out of place and in the middle, where the it should be right under the title label.
Would really appreciate the help.