Version: 1.0

Posted: 2008-09-30

Build Requirements: Mac OS X 10.5.4, Xcode 3.1

Runtime Requirements: Mac OS X 10.5.4

View Source Code:

Download Sample Code (“CALayerEssentials.zip”, 312.3K)



Description

Demonstrates how to setup various Core Animation layer types that are shipped with Mac OS X 10.5. These layer types are CALayer, CAOpenGLLayer, CATextLayer, CAScrollLayer, CATiledLayer, QCCompositionLayer (provided by Quartz framework), and QTMovieLayer (provided by the QTKit framework). This sample is meant to demonstrate reasonably minimal requirements for setting up each of these layer types but defers exploration of the full capabilities of each.

Document Revision History

Date Notes
2008-09-30Demonstrates the basics of setting up various Core Animation layers