How could I split a string over multiple lines such as below?
var text:String = \"This is some text over multiple lines\"
I tried several ways but found an even better solution: Just use a "Text View" element. It's text shows up multiple lines automatically! Found here: UITextField multiple lines