I heard that NSAttributedString is added in iPhone but when I use the key NSForegroundColorAttributeName for setting the color i get an error saying "NSForegroundColorAttributeName undeclared". Am I missing anything? Please help me.
Regards
Yallappa
|
I heard that NSAttributedString is added in iPhone but when I use the key NSForegroundColorAttributeName for setting the color i get an error saying "NSForegroundColorAttributeName undeclared". Am I missing anything? Please help me. Regards Yallappa
| |||
|
feedback
|
|
I ran into the same issue as BarretJ mentioned you use the kCTForegroundColorAttributeName constant. Here is an example:
| |||
|
feedback
|