I'm currently using ECSlidingViewController 2 in my iOS 7 app. I've successfully implemented the ECSlidingViewController 2, however i'm having a minor issue when I am sliding the topViewController. When I am run the project for the first time , sliding the topViewController from left to right to reveal menu controller works fine. But the strange thing is that when I click on any of the menu items like 'First Screen', 'Second Screen' or 'Home screen' it stops this sliding behavior permanently.
I have uploaded my work on github. https://github.com/rajuptb/ECSlidingViewControllerTest
I have included the following in app delegate. [navigationController.view addGestureRecognizer:self.slidingViewController.panGesture];
I followed the LayoutDemo in examples of ECSlidingViewController for doing this. Because of some specific projet requirements I want to initiate the topViewController & underLeftViewController from the app delegate.
Any help, suggestions, or even guesses as to what might be the problem is much appreciated.