Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

mikezang

macrumors 6502a
Original poster
May 22, 2010
938
40
Tokyo, Japan
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.
Code:
[UIView beginAnimations:nil context:NULL];
...
[UIView commitAnimations];
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.