Cell in tableview don't show all the text of label in Swift
There are few things you can do here.
- Try setting text label's bottom constraint to "Greater than or Equal".
- Calling
layoutIfNeeded()
after setting tableView height constraint
There are few things you can do here.
layoutIfNeeded()
after setting tableView height constraint