I want to style a label. Nothing crazy, just some coloring, changing of font-sizes for specific words, etc. I can do this with NSAttributedString, but would it be possible/better to do in TextKit, newly introduced with iOS 7?
I've looked around, but TextKit doesn't yet have a ton of tutorials, and none seem to address this.