Pausing and restarting an Animation
Posted
by Sandeep
on Stack Overflow
See other posts from Stack Overflow
or by Sandeep
Published on 2010-06-17T14:41:39Z
Indexed on
2010/06/17
14:43 UTC
Read the original article
Hit count: 176
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.
© Stack Overflow or respective owner