You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a bit late, but I still using this amazing class, and I had the same issue.
I resolved with some changes in the CSAnimation.m file
Substitute all the recurrence of
options:0
with
options:UIViewAnimationOptionAllowUserInteraction
Hello,
It would be great to enable userInteraction while the view is animating.
The text was updated successfully, but these errors were encountered: