ASAttributedLabelNode Draw NSAttributedString in SpriteKit. Compatible only with iOS. Installation Just drag ASAttributedLabelNode.swift to your project Usage let myLabel = ASAttributedLabelNode(size: scene.size) myLabel.attributedString = myMutableString scene.addChild(myLabel) Screenshot License MIT