This document discusses core animation in iOS, including:
1. UIView animations and animatable properties like frame, bounds, center, and transform.
2. Using CALayer for core animation, including implicit layers associated with UIViews and creating explicit layers.
3. Animatable layer properties like position, bounds, contents and how to animate them using CAAnimation subclasses.