I\'ve just started learning IOS development, I\'ve successfully implemented the SWRevealViewController by following a given tutorial online all is working as expected.
I
Step-1
embed your login VC to NavigationController.
Step-2
on your login button action set the segue type as Modal and call as
Modal
@IBAction func btnLogin(sender: AnyObject) { self.performSegueWithIdentifier("openSWL", sender: self) }
For flow understand purpose
For sample Project you can download here