-
Notifications
You must be signed in to change notification settings - Fork 200
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
2.0.0 concerns #55
Comments
I'm also wondering, with regard to the requests for a non-swizzling version, when I read about the need to call |
This is true, when installed via CP that method won't be public, I'll push a fix asap |
@philipengberg Can you try with https://github.com/icanzilb/EasyAnimation/releases/tag/2.0.1 ? It's on CocoaPods |
Seems that calling |
Ignore, my bad. UIViewController wasn't deallocated properly so code in viewWillDissapear didn't get called. :) |
Nope, still had the issue because I opened a PR for this: #59 |
I just installed
2.0.0
and ran my app without doing any changes to my code.EasyAnimation still swizzles without having called
EasyAnimation.enable()
.The text was updated successfully, but these errors were encountered: