0

I am using MMDrawer Obj C library to open left drawer in my Swift project, Everything works fine, but while tapping on CenterVC, nothing happens(it is not closing drawer), earlier in obj C project, it is working fine.

Renuka Pandey
  • 1,730
  • 2
  • 15
  • 27

1 Answers1

0

I think you need to add an action and then add the code to close the drawer. like tap gesture.

This answer shows the code that closes the drawer.

Code

Community
  • 1
  • 1
hasan
  • 23,815
  • 10
  • 63
  • 101