Top "Catextlayer" questions

A CATextLayer is a Core Animation layer for showing text.

how to set CATextLayer text vertical position?

I create UILabel and CATextLayer in my app using following code - (void)viewDidLoad { [super viewDidLoad]; self.textLabel = [[UILabel alloc] …

ios uilabel calayer catextlayer
Resize CATextLayer to fit text on iOS

All my research so far seems to indicate it is not possible to do this accurately. The only two options …

ios4 sizewithfont catextlayer
How to change the text color in a CATextLayer in Swift

I want to change the text color of a CATextLayer. This does not work myTextLayer.textColor since there is no …

ios swift textcolor catextlayer
CATextlayer change size of FONT to fit the frame

I have a CATextlayer of a certain size and NSAttributedString text of unknown length. I need to adjust the font-size …

ios xcode catextlayer