Skip to content

soledue/EasyAttributedString

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

EasyAttributedString

How to use it:

"Hello NSAttributedString".typeset
                          .color(color: UIColor.whiteColor())
                          .font(font: UIFont.systemFontOfSize(20))
                          .range(6, lenght: 18)
                          .font(font: UIFont.boldSystemFontOfSize(40))
                          .contains("NSAttributedString")
                          .color(color: UIColor.yellowColor()).string

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages