Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

userInteractionEnabled during animation #27

Open
cyril94440 opened this issue Oct 3, 2014 · 1 comment
Open

userInteractionEnabled during animation #27

cyril94440 opened this issue Oct 3, 2014 · 1 comment

Comments

@cyril94440
Copy link

Hello,

It would be great to enable userInteraction while the view is animating.

@nemwiper
Copy link

nemwiper commented Sep 9, 2016

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

There should be 56 matches!

Hope this helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants