Fixing a textlabel whose size is not changing

Hello Developers,

Please help me fix this
image
In this if you get a mail of more words then the none text should be that message, however I don’t want to keep the textlabel 100% of the total height in Y axis, because of message is short, then the text size will be too big like the one in the image

However I kept this
image
to achieve it, but whatever I keep the size, 0.1 or 0.5 or 0.4 in y axis the textlabel size is not changing
image

Here are the properties that affect text size:
image

Alternatively, you could put a UITextSizeConstraint in your textlabel. I hope this helps you :slight_smile:

1 Like

The TextScaled is the reason why it’s like that
The UITextSizeConstraint worked thank you

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.