I am currently working on an iOS 7 app. I've successfully implemented the ECSlidingViewController, however i'm having a minor issue when dealing with a NavigationViewController.
The pan gesture to reveal the menu works, however when I try to slide the view back it will not work. This gesture works on normal UIViewControllers flawlessly.
The strange thing is that when I tap the NavigationViewController it slides back, it's just the pan gesture that for some reason isn't enabled.
Any help, suggestions, or even guesses as to what might be the problem is much appreciated.