Hey there,
I was wondering if anyone could help me with pausing an image animation. This is my code so far and I don't know how to incorperate code to pause it.
Code:
[UIView beginAnimations:@"Moving" context:nil];
[UIView setAnimationDelegate:self];
[UIView setAnimationRepeatAutoreverses:YES];
[UIView setAnimationDuration:60];
[UIView setAnimationRepeatCount:1e100f];
[UIView setAnimationCurve:UIViewAnimationCurveEaseInOut];
Your help is greatly appreciated!
Thanks,
Kirby