I have been using the following code in my game. The Problem is that i am unable to make multi-line label in spritekit as i was able to do using CCLabelTTF...... Can Somebody he
You can use NSLayoutManager to line-break the string to match a desired width, as hinted by this question.
Note that NSLayoutManager is available on iOS beginning with iOS 7.