-
-
Notifications
You must be signed in to change notification settings - Fork 122
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
Memory Leaks #75
Comments
Thanks for the report. This was so minor that it's not really noticeable in the regular memory graph but I was able to reproduce it. The cells use a UIDynamicAnimator for the flick to dismiss which looks like it's retaining its |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Seeing a massive amount of memory leaks when using Argume in both the example project and my own personal project
In particular they occur when showing an image: agrume.showFrom(self)
In the example app if I click on "Multiple Images", then click on an image, this will trigger it
The text was updated successfully, but these errors were encountered: