-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
Cell are not removing after view controllers deallocation. #45
Comments
Any update on this one? I have the same issue. I'm investigating this one without success for now. |
I did deallocate manually all delegate & datasource in the Tableview, and it seems to work :
|
@itchix your solution did not work for me. cells are still residing in memory despite the call of dinit of collectionview and its respective controller. |
@itchix Thanks bro |
Hi |
Thanks for grate framework.
I found this issue when my collection view as well as tableview get deallocated then also cell of respective list are not removed from memory. I try to set collection view and tableview nil and removed from super view also in deinit method.
I have attached screenshot which is demo on which i also tried.
Thanks again😊🙂👍
The text was updated successfully, but these errors were encountered: