How can I have a loop animation with Facebook POP framework.
I tried to set NO for a property named removedOnCompletion in the POPBasicAnimation class but It doesn't work.
How can I have a loop animation with Facebook POP framework.
I tried to set NO for a property named removedOnCompletion in the POPBasicAnimation class but It doesn't work.
Version 1.0.7 of Facebook-POP has been released and now includes repeat functionality and autoreverse.
To create a endlessly repeating animation set
animation.repeatForever = YES;.
There are also properties repeatCount and autoreverses.