Yann BURY
Yann BURY
Hi, Did you migrate to swift 3 ? `mm_drawerController.openDrawerGestureModeMask = .None` doesn't work anymore in swift 3 please see #470
I have the same problem to, except it's only with the .None mode. When trying to choose the None mode like this: ` drawerController?.openDrawerGestureModeMask = MMOpenDrawerGestureMode.None` I have the following...
Thanks but it doesn't work in my case. Same error as before: `'none' is unavailable: use [] to construct an empty option set`
I use swift 3.0.2 [] compiles and runs but it doesn't actually desactivate the open gesture.
You're right! There was a problem in my test. `drawerController?.openDrawerGestureModeMask = []` works perfect. Thanks!