I try to use SWReveal to manage menu and views in an iOS app. No problem for implement it.
The 'sw_front' view controller is the home for the app. There's 4 buttons to access to 4 different screens. The 'sw_rear' view controller is the menu to access screens directly.
For others screens, I want a 'back button' to return to the home of the app 'sw_front'. When I acces screens from 'sw_front', everything works fine, I've got a 'back button'. But when I access screen from 'sw_rear', I can't have 'back button'. I also want when user tap on 'back button', he return automatically on 'sw_front' (app home) and not on 'sw_rear'.
How can I achieve this ? I didn't find informations or examples.
So please, help me !
Thanks for your response !