I have viewcontroller A and viewcontroller B. vcA has a continuously animation with repeat and autoreverse. When user push to vcB and then back to vcA, animation reset to beginning state. In this case, how to continue the animation at the time user push to vcB when vcA come back again.
- VCA : animation 70% => Push to VCB.
- VCB : back to vca => VCA : animation 71%..72%...
Thank you.