Chapter 6. Layers and Core Animation
Despite its name, core animation is much more than just animation. At the core of this framework, there is the CALayer
class that, as we'll discuss in this chapter, is fundamental for the UIView
class as a "presenter" for any view's drawing operation.
In this chapter, you'll learn how to work with layers and perform simple and complex animations with core animation and the UIView
helper functions.