I have tried to hard code the row height in the table view cell. After running the program it looks like only one line. I suspect it is because of the height of the row
yourTableView.rowHeight = UITableView.automaticDimension and
yourTableView.estimatedRowHeight = UITableView.automaticDimension
return UITableView.automaticDimension
in tableView(_:heightForRowAt:)
delegate method
Set all constraints . Bottom constraint is important to increase table view cell height .
Your all set to go