Text scaling problem

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!

to create my own design Chat UI

  1. What is the issue? Include screenshots / videos if possible!

the text is not properly scaled when there is lots character

image
image

  1. What solutions have you tried so far? Did you look for solutions on the Creator Hub?

None

After that, you should include more details if you have any. Try to make your topic as descriptive as possible, so that it’s easier for people to help you!

1 Like

What are you exactly trying to do? Could you clarify

i am trying to scale text properly for most of device. but it does not scale well when it has lots letters in the textlabel’s text

Have you tried using UIAspectRatioConstraint? It could help

it only prevent ui being squished

Okay forget it, i will add max letter

You can add a UIAspectRatioConstraint and make sure size and position are on scale not offset and maybe add an anchor point.

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