我目前在我的 iOS 7 应用程序中使用 ECSlidingViewController 2。我已经成功实现了 ECSlidingViewController 2,但是当我滑动 topViewController 时我遇到了一个小问题。当我第一次运行该项目时,从左到右滑动 topViewController 以显示菜单控制器工作正常。但奇怪的是,当我单击“第一屏”、“第二屏”或“主屏”等任何菜单项时,它会永久停止这种滑动行为。
我已经在 github 上上传了我的作品。 https://github.com/rajuptb/ECSlidingViewControllerTest
我在应用程序委托中包含以下内容。[navigationController.view addGestureRecognizer:self.slidingViewController.panGesture];
我按照 ECSlidingViewController 示例中的 LayoutDemo 执行此操作。由于一些特定的项目要求,我想从应用程序委托启动 topViewController 和 underLeftViewController。
非常感谢任何关于可能是什么问题的帮助、建议甚至猜测。