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.