Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 722 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 722 Bytes

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