I'm using https://github.com/jonkykong/SideMenu And it's working ok, but, I wan to override the stack.
For example, I have the next flow?:
HomeViewController
> MyBusinessViewController
> TheBusinessXViewController
> Add CategoryViewController
> MyBusinessViewController
(Again).
But, when I come back to the MyBusinessViewController
, the Back Button
is redirecting to the previous ViewController
, but I want to delete all the stack and have the initial menu there (Like as the HomeViewController
)
Is that possible?
To have a more natural behavior.