Vertical Text Alignment in iOSLabel

Is there a functionality to set the text alignment in an iOSLabel to “Top”? It’s centered by default and I don’t find anything in the iOSDesignExtensions either. Thank you.

Apple doesn’t make this easy. Long answer here: https://stackoverflow.com/questions/1054558/vertically-align-text-to-top-within-a-uilabel

Thanks, the conversation pointed me in the right direction. I’m using an iOSTextArea instead of an iOSLabel now and it works as intended.

1 Like