Graphics and Animation in iOS
CoreImage is a new framework introduced in iOS 5 that provides a number of built-in filters and effects to apply to images and videos, including face detection.
This article discusses the Core Graphics iOS framework that provides low-level drawing support. It shows how to use Core Graphics to draw geometry, images and PDFs.
This article examines the Core Animation framework, showing how it enables high performance, fluid animations in UIKit, as well as how to use it directly for lower-level animation control.
This article demonstrates step by step how to create an application that uses Core Graphics and Core Animation. It shows how to draw on the screen in response to user touch as well as how to animate an image to travel along a path.