So Ive implemented the SWRevealViewController in my app, with much success so far.
A challenge I have now is that I want to accomodate a different Menu based on a different user profile type.
Currently I am able to push a new 'frontViewController' to my 'self.revealViewController' which shows a different main screen, but when I tap the menu button, is reveals the original menu (as sort of expected).
Is it possible to programtically change which menu view controller I want to reveal when I push the new front view controller?
Is it even possible to have a scenario like this using SWRevealViewController? (ie. having 2 different 'rear' views depending on which front view you are using?)
Thanks!