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.
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.
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.