The correct answer is here:
https://stackoverflow.com/a/43110590/566360
- Embed the
UILabelinside aUIView(Editor -> Embed In -> View) - Use constraints to fit the
UILabelto theUIView(for example, trailing space, top space, and leading space to superview constraints)
The UIStackView will stretch out the UIView to fit properly, and the UIView will constrain the UILabel to multiple lines.