I keep seeing that in order to get transformations around the center point of a CALayer, you need to turn on layer-backing? I can’t figure out how to do it though! Please help…
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I am surprised you didn’t see that in the docs. Just send the layer the wantsLayer message. Or if you prefer dot syntax just do
layer.wantsLayer = YES;