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 CFAttributedStringto its property string.
Documentation: