Stop and start an animation by touch. Objective C
问题 I have made an animation that moves across the screen, my animation loops continuously. How can I stop the animation when you tap the animated image, Then let the animation continue when you lift the touch? I know how to use TouchesMoved to move a specified button like this: CGPoint point = [[[event allTouches] anyObject] locationInView:self.view]; UIControl *control = sender; control.center = point; But getting it to work with my animation. I would like the animation to continue after I