Example of image animation using only Core Graphics and CADisplayLink

4.1k views Asked by At

I am looking for an example of an image animation (animation using images from file) done with Core Graphics and CADisplayLink (Not UIKit, CAANimation, CALayer). real low level stuff. Does anyone know of such an example?

Thanks.

1

There are 1 answers

1
spring On

This tutorial (http://zearfoss.wordpress.com/2011/09/02/more-cadisplaylink/) shows drawing code using CADisplayLink but it should be easily adaptable to doing image animation.