I've set up my app using the SWRevealViewController and it's working fine but I want to change how it works. At the moment I have the following views on the same level:
- Home
- View A
- View B
But I want:
- Home
- View A
- View B
I still want Home, View A, View B to be in the menu but when clicking on View A or View B it gets pushed onto Home. And in the navigation bar it has a back button instead of the menu button.
Is this possible using SWRevealViewController?
in objective-C
in swift -- it automatically open the your root view controller of SWL