Vertically align text to top within a UILabel
Asked 07 September, 2021
Viewed 435 times
  • 67
Votes

I have a UILabel with space for two lines of text. Sometimes, when the text is too short, this text is displayed in the vertical center of the label.

How do I vertically align the text to always be at the top of the UILabel?

image representing a UILabel with vertically-centered text

30 Answer