I have a stack view with these properties: Axis: Vertical Alignment: Fill Distribution: Fill
I add other horizontal stack views to that vertical one with the below properties: Axis: Horizontal Alignment: FirstBaseline Distribution: Fill
Each one of those horizontal stack views contain two labels. I want the labels to shrink/expand their widths according to the text inside of them. Whenever I set their numberOfLines to 0, both labels have equal widths, and the increase happens in the height, If I set numberOfLines to 1, they expand/shrink their widths according to the text, but if the text requires more than one line, the rest of the text doesn't appear. Any help is much appreciated.