Is that possible?
If not with CATextLAyer, then how can I do that?
Is that possible?
If not with CATextLAyer, then how can I do that?
You can use NSMutableAttributedString in CATextLayer. You can specify different attributes like color, font to different parts of string.
The solution was to break the word to letters and combine it back with 3 different text layers. I will try to post the function i have build for others who needs it.