KYDrawerController
KYDrawerController copied to clipboard
It just makes my content black and top bar gray
trafficstars
I tried code example https://github.com/ykyouhei/KYDrawerController/tree/master/Example/Code
And I see the next picture on iOS 12.1

I can open menu only programmatically because everything is gone within my controller view and top bar:
if let drawerController = navigationController?.parent as? KYDrawerController {
drawerController.setDrawerState(.opened, animated: true)
}
