Search code examples
ioscoding-stylecatextlayer

Format differently specific letter in a CATextLayer?


Is that possible?

If not with CATextLAyer, then how can I do that?


Solution

  • You can use NSMutableAttributedString in CATextLayer. You can specify different attributes like color, font to different parts of string.