I am running a keyFrame animation to move and flip a playing card view using CAKeyframeAnimation. is there any way to swap the cardFront and cardBack layers during the animation? or am i taking the wrong approach here...
views:
112answers:
1
A:
use a timer set to half the animation duration to execute cardBack.contents = cardFront.contents
Reeds
2009-04-07 20:50:05