MMDrawerController icon indicating copy to clipboard operation
MMDrawerController copied to clipboard

[Important]How to disable MMDrawerController in Swift?

Open thihaaung6245 opened this issue 10 years ago • 1 comments

Please help me to disable MMDrawerController of left menu in swift. I am using table view of car data and when i went to detail view of each car,i can swipe to open the left menu. So,i really need to disable the MMDrawerController of left menu at my detail view which is already perform by push segue.

Please Help! Please Help! Please Help! Please Help! It was a beautiful slide menu library.I cant let it change another.Help me please? I have already embedded this in my large project.So,everything is connected.

I have tried this from this tutorial : http://swiftdeveloperblog.com/left-side-menu-navigation-drawer-example-with-swift/

thihaaung6245 avatar Jul 15 '15 03:07 thihaaung6245

Hey dude, I ended here looking for another answer. I have accomplished this behavior just setting the view controller to NIL:

centerContainer!.leftDrawerViewController = nil

jonataspc avatar Feb 08 '16 22:02 jonataspc