I'm using the following pages
-MenuViewController
-ViewController(Main)
-ListViewController
ECSlidingViewController
created using the menu. ViewController
(main) menu on page directly open, but when I try to open a subpage menu with the following line of listviewcontroller
get the error:
[self.view addGestureRecognizer:self.slidingViewController.panGesture];
I received the error are as follows:
-[__NSArrayM insertObject:atIndex:]: object cannot be nil'