I created a PaperFoldMenuController and setted some viewControllers to it, let's say viewControllerOne and viewControllerTwo. Everything loads perfectly up till this point and if the showMenu:animated is called, it shows the menu without glitches, but when viewControllerOne present a third view controller, say viewControllerThree, using the presentViewController:animated:completion: method, showMenu:animated stops to work.
According to Apple docs, presentViewController:animated:completion: on the iPhone goes full screen, but why can't the PaperFoldMenuController slide itself into the left?
I created a PaperFoldMenuController and setted some viewControllers to it, let's say
viewControllerOneandviewControllerTwo. Everything loads perfectly up till this point and if theshowMenu:animatedis called, it shows the menu without glitches, but whenviewControllerOnepresent a third view controller, sayviewControllerThree, using thepresentViewController:animated:completion:method,showMenu:animatedstops to work.According to Apple docs,
presentViewController:animated:completion:on the iPhone goes full screen, but why can't the PaperFoldMenuController slide itself into the left?