I have created CALayer objects and am able to animate their movement around the screen. However, now I want to animate them to change through a set of images in a loop to create an animation (like an animated gif)
I'm fairly new to programming and very new to cocoa so code examples welcomed.
I have 15 png images.
--Charliehorse
EDIT: I have code that creates an NSArray of 15 CGImageRef objects.