The layers: UITableViewCell -> UIStackView -> UILabel, table height is set to automatic dimension.
Run it, everything is fine
After some scrolling, the bottom of the multiline label gets cut off
UILabel and stack view settings:
lay out constraints for the stack view:
I've tried to set the line break to word wrap, call sizeToFit on the label, neither of them works for me. Any clues?