UIView animations canceling any touch input?

Okay, so I figured this out.

Turns out UIView’s block animation by default blocks user interaction, and to get around it you need to pass UIViewAnimationOptionAllowUserInteraction as one of the options. Hopefully someone else will have some use of this information as well.

Leave a Comment