Re: Getting started with Core Animation

2008-06-02 Thread Matt Long
Hey Graham. I wrote a blog post not too long ago that demonstrates adding layers to a root layer. You can see it here: http://www.cimgf.com/2008/03/15/core-animation-tutorial-dashboard-effect/ I think you want to get the root content layer and then call insertSublayer or addSublayer to it. He

Getting started with Core Animation

2008-06-02 Thread Graham Cox
Hi all, I'm looking at Core Animation for the first time. Having a bit of trouble getting started with the simplest set-up I can imagine. Goal - to add a single CALayer in my view so I can see it. Then, try some simple animations. I've tried a few different things but I just can't see any