I am trying to draw colored text in my UIView subclass. Right now I am using the Single View app template (for testing). There are no modifications except the
UIView
Instead of UITextAttributeTextColor you should use NSForegroundColorAttributeName. Hope this helps!
UITextAttributeTextColor
NSForegroundColorAttributeName