I\'m working on a new version of my app and am attempting to replace deprecated messages, but am not able to get past this one.
I can\'t figure out why drawInRect:
drawInRect:
To set the color of text you need to pass the NSForegroundColorAttributeName in the attribute as the additional parameter.
NSForegroundColorAttributeName
NSDictionary *dictionary = @{ NSFontAttributeName: self.font, NSParagraphStyleAttributeName: paragraphStyle, NSForegroundColorAttributeName: self.textColor};