I have been trying to implement a slide menu from left using SWRevealViewController. I have been following an article here which says that the Reveal view controller should be root/initial view controller. However in my case I want a slide out menu on "Home" which is the 3rd screen in my storyboard.
I have segues defined from 1st scene to Home and 2nd scene to home depending on the conditions.
Questions:
- Where can I fit in the Reveal view controller?
- What to do with the "segues" to "Home"?