Saravana181187
Saravana181187
Can you try this.. It will helps you. > let storyboard = UIStoryboard(name: "Main", bundle: nil) let sw = storyboard.instantiateViewController(withIdentifier: "RevealViewController") as! SWRevealViewController self.window?.rootViewController = sw let destinationController = storyboard.instantiateViewController(withIdentifier:...
How by code, Please can you explain or send that code?
ok thanks for your help.
Yes right this method was I have used.
This code was I used for to move other view controller from menu.. let mainstoryboard:UIStoryboard = UIStoryboard(name: "Main", bundle: nil) let InformationVC = mainstoryboard.instantiateViewController(withIdentifier: "InformationViewController") as! InformationViewController let FrontController =...
Can you Please write including this functionality in sample, how navigate to other viewcontroller from Menu and how to back to Homeviewcontroller(VC1) from other viewcontroller..
Ok thanks I will check it now.
Very Very Thanks its helpful for me.
One More doubt I have, Can I ask Now?
When I use Segue for Navigating Menu Button not works, for example In HomeViewController(VC1) at first time I open menu via menu button then choose HomeViewController option from menu so...