A quote from Jason Coco cannot be set somewhat in UILabel ... but
how to do it?
any idea?
can set mix color in UILabel
Example "TEST" can I set E to red and the other to white?
No, unfortunately, this is not possible with UILabel. You can use some alternatives to Google, and the iPad will have an NSAttributedString, but with UILabel the whole line should be in one font / color.
FontLabel UILabel, . .
TTTAttributedLabel UILabel, , , FontLabel, . , , NSAttributedString .
iOS 5, iOS 6 . : https://developer.apple.com/documentation/uikit/uilabel#//apple_ref/doc/uid/TP40006797
UILabel attributedText iOS6, UILabel NSAttributedText.