Create an endless animation with pop?
问题 When using the Coreanimation framework I can set an animation to repeat. I want to set a button to an "attract attention" mode which should make him grow and shrink by a small amount to get the users attention. I already chained the grow and shrink animations via completion blocks. The question is if and how I can start the first animation from the second animation's completion block. I do get the following warning which does make sense. What is an elegant solution to this problem? I'm not a