i am developing a Test Game with Sprite Kit. I got my Questions and Answers from a sqlite3 database. In my coding:
SKLabelNode *Question;
...
[Question setText:Data];
Data ist my Question, which I get from the data base. Everything works, but when my Question is to long, it going out of the iPhone screen. So you can see only a part of the Question. How can i get there a linebreak? Or how can put out the question otherways? Thanks, Mehmet