Good afternoon, I'm using this library to open a side menu:
Everything works correctly, opens and closes the menu correctly, I am also using a TabBar, it is staying like this:
So far so good, my query comes when for example I select an option from the table ("classic photos", "tiles", "tombstones" ..), what happens when I select one of those options is that it opens me a completely new view eliminating everything else, it eliminates the views of tabBar and everything.
This image is from my views:
Then, specifically, my query would be; How do I click on an option in the table ("classic photos", "tiles", "tombstones" ..) just replace the view without removing tabBar options or anything?