##SKMultiLineAttributedTextLabel
SpriteKit SKLabelNode with multiline and attributedText.
- iOS 8+ / tvOS 9+
- Xcode 8+
let myspritelabel = SKMultiLineAttributedTextLabel(text:"Peter Piper picked a peck of pickled pepper", width: 500, height: 700, color: UIColor.clear)
self.addChild(myspritelabel)
self.myspritelabel.attributedText(index: 0).fontColor = UIColor.redSKMultiLineAttributedTextLabel is available under the MIT license. See the LICENSE file for more info.