Skip to content

alex-alex/ASAttributedLabelNode

Repository files navigation

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

About

Draw NSAttributedString in SpriteKit

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages