views:

19

answers:

0

I'm running a CAKeyframeAnimation in a subclass of UIViewController. I want to pause the animation on pressing a "Pause" button and start back from where it paused on pressing a "Resume" button.

I've come across an answer to a similar question on this site, but it doesn't work for me.

I would appreciate any help.