Search code examples
iphoneecslidingviewcontroller

Button Navigation in ECSlidingViewController


I have used ECSLidingViewController for navigation which works fine in my project. The problem i am facing is, i have four buttons on the main screen. When i navigate to other screens using these buttons the sliding menu dosent work on that screen. Is there a different way to navigate using button click in ECSlidingViewController.

Thanx


Solution

  • Sliding menu button will only work in root view controller, but if you pushes your view and navigate to other view, then navigation button will work for back action but PAN gesture will continue to work.