Updated for Swift 3!
Sometimes Apple seems to have made some pretty obvious oversights – a SKLabel without multi-line capability? Strange.
I’ve had a look at some third party solutions and each seemed to have their own limitations. Here is my take on a multiline SKLabel in Swift (doesn’t account for \n but does account for word wrapping)
Thank you so much super helpful. Saved me a huge head ache from having to figure this out myself.
I also needed
required init(coder: NSCoder) {
fatalError(“NSCoding not supported”)
}