Skip to content

Instantly share code, notes, and snippets.

@pangers
Last active December 23, 2016 23:10
Show Gist options
  • Save pangers/a942d22467fbcbd1cae31a82b082ac35 to your computer and use it in GitHub Desktop.
Save pangers/a942d22467fbcbd1cae31a82b082ac35 to your computer and use it in GitHub Desktop.
extension String {
func toAttributedString() -> NSAttributedString {
return NSAttributedString(string: self)
}
}
//Example Usage
"Convert me please".toAttributedString()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment