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)
https://gist.github.com/craiggrummitt/03bfa93c07e247ee9358
Leave a Reply