In iOS 6 and later you can use attributed strings to display formatted
text in text views, text fields, and some other controls. Both AppKit
and UIKit also define extensions to the basic attributed string
interface that allows you to draw their contents in the current
graphic context.
NSAttributedString Reference