How can I set the kerning of text on a CATextLayer?
I know it is possible with NSAttributed String but the text of my label changes very very often and I don't want to create a new NSAttributed String object every single frame.
How can I set the kerning of text on a CATextLayer?
I know it is possible with NSAttributed String but the text of my label changes very very often and I don't want to create a new NSAttributed String object every single frame.