Hi ,
I did follow the steps in ReadMe
I made a TableViewController
with Navigation controller and I choose SideMenu as a class for Navigation controller
Then I make multiple cells in TableViewController
And connect every cell with another viewController using Segue
Everything is fine as what it said in Readme
what isn''t clear is
How I open Side Menu ?
So I made a Segue "Show" from every Hamburger button to Navigation controller
and I think that will make Memory leak
after a while using the app
and going between view controllers using side menu !
What Is a good approach to avoid that ?
I found the solution :
The push style of the menu.
There are six modes in MenuPushStyle:
I used
SideMenuManager.default.menuPushStyle = .preserveAndHideBackButton
and it solved my issue
I hope to see these options
on Storyboard
with Left Side option !
Most helpful comment
I found the solution :
The push style of the menu.
There are six modes in MenuPushStyle:
I used
and it solved my issue
I hope to see these options
on Storyboard
with Left Side option !