A CATextLayer is a Core Animation layer for showing text. It allows the displaying of simple and attributed strings as well.
A CATextLayer
is a Core Animation layer for showing text. It allows the displaying of simple and attributed strings as well by assigning a CFString
or CFAttributedString
to its property string
.
Documentation: