Did you take a look at using the NSAnimation class? The delegate
would be a good place to swap up one image for another in a display
view.
On Oct 31, 2008, at 12:51 PM, Jeshua Lacock wrote:
Hello,
I think I must be missing something obvious. I have looked over all
of the CoreAnimation documentation, and I don't see a convenient way
to flip through frames.
Basically I have an NSArray populated with 45 NSImages. I just want
to flip through them. Can anyone offer a recommendation?