matghazaryan / AMSlideMenu2

Sliding Menu for iOS (Left and Right menus). Multiple storyboards and XIBs support.
MIT License
1.2k stars 194 forks source link

losing slidemenu after presenting viewcontroller #110

Closed woudwijk84 closed 10 years ago

woudwijk84 commented 10 years ago

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.

woudwijk84 commented 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];