Dynamic text of variable length are being injected into tableview cell labels. In order for the tableview cells\' heights to be dynamically sized, I have implemented in
This is simple when doing 2 things:
tableView.rowHeight = UITableView.automaticDimension
So the layout engine can compute the cell heigth and apply the value correctly.