SWRevealViewController
SWRevealViewController copied to clipboard
How to use multiple sw_front in a same project?
In my application I have Implemented two way authentication(i.e) manager login and employee login, If manager login means I want navigate to Viewcontroller1 else employee login means I want to navigate viewcontroller2, Here my question is how to setup the multiple sw_front for two viewcontrollers, I Using Swift language for developing. Please can you make some sample for me.
By code
How by code, Please can you explain or send that code?
By using the function:
revealViewController().setFront(yourController, animated: true)
ok thanks for your help.