How to prevent CALayer from implicit animations?

Viewed 8223

When I set the backgroundColor property of an CALayer instance, the change seems to be slightly animated. But I don't want that in my case. How can I set the backgroundColor without animation?

7 Answers
Related