Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Learning iOS UI Development

You're reading from  Learning iOS UI Development

Product type Book
Published in Dec 2015
Publisher
ISBN-13 9781785288197
Pages 196 pages
Edition 1st Edition
Languages

Working with core animation


Core animation is a graphic and animation system that is adopted by iOS to draw and animate visual elements of the user interface. With this framework, the frame-by-frame operations are dramatically simplified by predefined structures and functions, which work as wrappers for complex processes that take place on the graphic hardware.

Layers and animations

The documentation of the CALayer class or any of its subclasses offers a list of properties that are marked in the description with the animatable keyword. This tag obviously means that a property can be animated; some examples of these properties are position and backgroundColor. These properties can be animated from the current value to a defined final value.

Note

You don't have to worry about how the whole animation is generated because core animation performs an interpolation from the initial to the final value, creating smooth and customizable animations for you.

As we saw earlier on, a layer is a model object...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}