Closed woudwijk84 closed 10 years ago
Solved my problem by making a viewcontroller with a segue and this code:
AMSlideMenuMainViewController *mainVC = [AMSlideMenuMainViewController getInstanceForVC:self]; [mainVC.leftMenu performSegueWithIdentifier:@"nameSegue" sender:self];
Hi, i want to present a different viewcontroller when i touch a button but then is lose the slide menu's. Can you tell me how to keep the slide menu's from disappearing when presenting a different viewcontroller?
Thanks in advance.