Self sizing table view cell not resizing

39 views Asked by At

I am trying to create a self sizing tableview cell with stack view, but the data get shrinked, is there any better way to achieve this.

enter image description here

For Stack view Distribution: Fill Proportionally

also I added tableview.estimatedRowHeight = 95, tableview.rowHeight = UITableViewAutomaticDimension

0

There are 0 answers