How to make text the same size on all devices

Usually when I have multiple text labels next to each other I used the scaled feature on the text to make it scale along with the screen.
image
But as shown in the image, longer text is smaller, How can I make it so all the texts go the size of the smallest text:
image

Any response helps.:smiley:

You can use UIPadding (try adding top and bottom padding) on the textlabel, until the text all match in text size.