5

I am using MMDrawerController for showing drawer. My app is crashing on clicking on the drawer menu options. It works well in iOS9 but crashes in iOS8. Does anyone have any idea about what is happening here. Am I missing something here?

I am getting the below error when i click on the left menu bar option:

[UIScreenEdgePanGestureRecognizer view]: message sent to deallocated instance 0x155e6d9a0

kalim sayyad
  • 1,076
  • 1
  • 9
  • 13
  • I used `MMDrawerController` in an old App. Immediately changed to `SWRevealViewController` which is way better and stable. – NSNoob Dec 14 '15 at 11:44
  • And I think this means that your MMDrawerVC was deallocated at some point. When you tap left menu button on your frontVC it crashes. Better find out where does this happen – NSNoob Dec 14 '15 at 11:45
  • You can open a new issue on its [Github Repository](https://github.com/mutualmobile/MMDrawerController/issues) – Pawan Rai Dec 14 '15 at 11:47

0 Answers0