Just wondering is there way to have a view recognize tap gestures while it is being animated? I am working on a view that has a cashapelayer line tethered to it. When the user p
I'm assuming that you are using the [UIView animateWithDuration: delay: options: animations: completion:]; method of animating.
[UIView animateWithDuration: delay: options: animations: completion:];
If so, you need to pass UIViewAnimationOptionAllowUserInteraction as an option to get the animated view to respond to touches while it is animating.
UIViewAnimationOptionAllowUserInteraction