How can i have text in a SKLabelNode stay on the screen. When i type more than a few words, it goes off the screen? How do you keep it inside the screens boundaries.
Asked
Active
Viewed 5,841 times
0
-
Possible duplicate of [Multi-line label in swift 2 sprite-kit?](https://stackoverflow.com/questions/35121482/multi-line-label-in-swift-2-sprite-kit) – Mike Keskinov Oct 03 '17 at 15:56
1 Answers
1
SKLabelNode does not support multiple lines or text wrapping, hence any text is rendered on a single line which, if long enough will go off the screen.
Refer to the answers in the following questions: