How do I proper close SideMenu?
Closed this issue · 1 comments
DouglasHennrich commented
New Issue Checklist
I have read the guidelines for contributing and I understand:
- My issue is happening in the latest version of SideMenu.
- My issue was not solved in the README.
- My issue can not be answered on stackoverflow.com.
- My issue is not a request for new functionality that I am unwilling to build and contribute with a pull request.
- My issue is reproducible in the demo project.
Issue Description
How can I proper close SideMenu? I open this framework after login, but If I logout (change rootViewController of my app) and then login again, that creates SideMenu, I get crash on deinit
function of framework:
jonkykong commented
Call dismiss
the same as any other view controller.