Skip to content

StarkLiew/SKMultiLineAttributedTextLabel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 

Repository files navigation

##SKMultiLineAttributedTextLabel

SpriteKit SKLabelNode with multiline and attributedText.

Requirements

  • iOS 8+ / tvOS 9+
  • Xcode 8+

Usage

let myspritelabel = SKMultiLineAttributedTextLabel(text:"Peter Piper picked a peck of pickled pepper", width: 500, height: 700, color: UIColor.clear)

self.addChild(myspritelabel)

self.myspritelabel.attributedText(index: 0).fontColor = UIColor.red

License

SKMultiLineAttributedTextLabel is available under the MIT license. See the LICENSE file for more info.

About

SpriteKit SKLabelNode with multiline and attributed text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages