ASAttributedLabelNode icon indicating copy to clipboard operation
ASAttributedLabelNode copied to clipboard

Draw NSAttributedString in SpriteKit

ASAttributedLabelNode Build Status

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

Screenshot

License

MIT