Navigation Controller and Tab Bar Controller wont release memory

Hello everyone, I have having memory issue with TabBar and NavigationController. Memory will not get released when I clicked “Back” in navigationBar or tabBar. Do anyone know how to deal with it? I used weak self in all closures and used Lazy var but the memory issue makes the app keep crashing once I opened enough navigation controller

Thank you so much!

Did you subclass TabBar / NavigationController? Does your controller have variable that refer to the child view controller?

Hi @iostok69, are you still having an issue with this?

@iostok69 Do you still have issues with this?

This topic was automatically closed after 166 days. New replies are no longer allowed.