I have a label on my storyboard in Xcode 6. I am using Swift. With a function text get's added to the label with a new line, so the label "grows". If I make the label higher the text just vertically aligns in the label, but I want it to align to the top. I did find this answer: https://stackoverflow.com/a/1054681/2976720 but that does not work in Swift.
How can I make this work?
Thank you