I'm trying to put multiline UILabels
into the vertical UIStackView
and then put this UIStackView
into the horizontal UIStackView
alongside other views (UIImage
and UIButton
).
My problem is that number of lines of the label is always one. Is it possible to force the label become multiline without specifying the width of the vertical stack?