Last Updated: February 25, 2016
·
1.499K
· wuotr

Use TTTAttributedLabel for "gangnam styled" labels

NSAttributedString is pretty rad. When it was ported into iOS 4 from Mac OS, iPhone developers everywhere rejoiced. Unfortunately, as of iOS 4 none of the standard controls in UIKit support it. Bummer!

So that's where TTTAttributedLabel by Matt Thompson (http://coderwall.com/mattt) comes in. It's a drop-in replacement for UILabel that supports NSAttributedStrings. Do I even need to say more?

Check it out: https://github.com/mattt/TTTAttributedLabel.