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

Memory Management Issue #91

Open
prakhar30 opened this issue Jan 29, 2019 · 0 comments
Open

Memory Management Issue #91

prakhar30 opened this issue Jan 29, 2019 · 0 comments

Comments

@prakhar30
Copy link

So my use case requires me to have many sets of one main view controller on top of which there is one bottom view controller. When I close one set and open another set, the memory required by the app doubles and it keeps on increasing on every new set. I have only one set open on the app at any given time. My best bet is that ARC still has some allocated objects, which are not necessary and those I am not able to figure out. Can anyone help?

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

1 participant