kawoou / KWDrawerController

Drawer view controller that easy to use!
MIT License
157 stars 32 forks source link

Only left drawer. #35

Closed Rogho closed 5 years ago

Rogho commented 5 years ago

HI, I want to enable only left drawer. How can I do that?

kawoou commented 5 years ago

Register the ViewController to the left only, or change the options.

drawerController?.getSideOption(for: .right)?.isEnable = false
Rogho commented 5 years ago

thank you!

rhangad commented 4 years ago

Hi @kawoou I tried drawerController?.getSideOption(for: .right)?.isEnable = false but the right side can still be opened by gesture