Animate a GIF using Core Animation layers?

Posted by Cliff on Stack Overflow See other posts from Stack Overflow or by Cliff
Published on 2010-03-20T23:01:01Z Indexed on 2010/03/20 23:11 UTC
Read the original article Hit count: 260

Filed under:
|
|

I'm trying to animate a GIF and I hit a roadblock. I have an example of what I'm trying to do that uses the individual frames of the GIF and setting the animationImages property of a UIView. However in my project, the thing I want to animate is drawn using Layers. I'm looking for a quick and easy way to animate the frames without introducing too much complexity. Is there any animationImages equivalent with Layers? Does anybody have any ideas?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about cocoa-touch