Bring Your App To Life with CALayers
CALayers, Paintcode, and **Animations**
Many times, the most memorable part of an app's experience is an intricate, animated experience. iOS provides a number of tools to create these experiences, but it can take some work to get the most out of them.
The basis for many great experiences lies in Core Animation. Using tools such as CALayer and CATransaction we can create a high resolution, vector-based, animated sequence that delights users. We'll use code samples to go through different animations and discuss how you can use these techniques in your app.
Let's use the power of CALayers to make your app memorable.