Skip to content

alex-alex/ASAttributedLabelNode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Contributors 2

  •  
  •  

Languages