Currently, I have a project where I want to integrate a Login View with a SideBarRevealController.
Here is the link with the SideBarRevealController : https://github.com/John-Lluch/SWRevealViewController
I am currently having an issue presenting my login view which is a standard UIViewController.
There are 3 example projects in the link, but I am going to stick with the first one, for IOS. I am having an issue understanding which viewcontroller (SWRevealViewController or my loginview controller) should be the rootviewcontroller?
I figure SWRevealViewController should be the rootviewcontroller but I am not completely sure.
I guess my understanding of how to design the flow of my application with a login view and a mainview is off.....
But if possible, how would I allow a login view to be presented before the SWREVEALVIEWCONTROLLER class, which contains several viewcontrollers?
If there are any questions or concerns please refer to the link and run the example project. I figure this would be an issue for EVERYONE who wants a login view with a sidebar navigator feature.
THANK YOU STACKOVERFLOW!!!
