I am using gesture to animate view, I don't want to my next gesture will be recognized when view in animation, what can I do?
By the way, I am using code as below for view animation.
By the way, I am using code as below for view animation.
Code:
[UIView beginAnimations:nil context:NULL];
...
[UIView commitAnimations];