When I want to animate the UIImageView, the UITapGestureRecognizer added to it can not work. WHY???
UIImageView
UITapGestureRecognizer
-(void) testTap:(id)sender { NS
You need to allow user interaction during animation.
UIViewAnimationOptions options = UIViewAnimationCurveEaseInOut | UIViewAnimationOptionAllowUserInteraction;