Open bangiqi opened 6 years ago
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)
Cannot invoke initializer for type KYDrawerController with no arguments. How can i solve this error?