I have read the Core Animation Cook Book and Core Animation Programming Guide from Apple, but I'm not quite sure about some of the details.
Do I always have to animate a complete CALayer, or can I animate stuff within a CALayer?
If I have drawn a NSBezierPath within a layer and I want to animate/move this to another position, how do I do that? Is there an example of this that you could point me to?