I\'ve spent several days trying to figure this out, but there doesn\'t seem to be a solution. I have a very basic UITableView cell with two labels in it. One of them will be
This is very easy.lets go step by step.
1. set the estimatedRowHeight of table view.It makes easy and fast to load the cell.
2.set the rowHeight property of tableview as UITableViewAutomaticDimension.and don't use heightForRowAtIndexPath.
3.put the all top bottom leading and trailing constraint on both Label.its important.
Lets rock and roll no need to use stackView