I am using MMDrawerController
for making left slide menu in iOS. The problem is that all the view controllers I am using in this project are having slider
with them i.e in each UIViewController
I can slide to get left menu but I want only with the first view not with all the UIViewController
.
How can I stop slider code for the other UIViewController
in the project.
you can cancel panning using below method. put that method in viewWillAppear
To allow gesture add this in
viewWillAppear
when you push any view cancel gesture using below code.