Skip to content
This repository has been archived by the owner on Oct 20, 2022. It is now read-only.

Latest commit

 

History

History

coreanimation

id title subtitle samplecode
1E3C41E8-1DBA-9867-7250-AF0BC390B3F9
CoreAnimation
Use Animation to Create Cinematic UIs

iOS includes very sophisticated animation APIs that can make your application feel much more immersive and cinematic, giving that feel of quality users have come to expect in iOS applications. For simple animations, view-based animations offer a quick and easy way to automatically animate view transitions and changes. For more complex animations, there's a very sophisticated API.

View-Based Animation

Advanced Animation