aryaxt / iOS-Slide-Menu

iOS Slide Menu with ability to add both left and right menu, and built in gesture recognizer. Similar to Path and Facebook
Other
1.53k stars 359 forks source link

Dealloc is not getting called #136

Closed hagile closed 9 years ago

hagile commented 9 years ago

I'm using this in one of my app. When I tap sign out in left menu, I'm changing rootviewcontroller of the app. Thought it ll never change dealloc method of any of the view controllers? What's wrong?

aryaxt commented 9 years ago

Will look into that

aryaxt commented 9 years ago

Take a look at the demo project, dealloc gets called correctly on popping viewcontrollers properly. You may have retain cycles in your code