KYDrawerController
                                
                                 KYDrawerController copied to clipboard
                                
                                    KYDrawerController copied to clipboard
                            
                            
                            
                        Cannot invoke initializer with no arguments
Cannot invoke initializer for type KYDrawerController with no arguments. How can i solve this error?
You can initialize it like this
let drawerController = KYDrawerController(drawerDirection: KYDrawerController.DrawerDirection.left, drawerWidth: 200)