KYDrawerController icon indicating copy to clipboard operation
KYDrawerController copied to clipboard

It just makes my content black and top bar gray

Open anonym24 opened this issue 6 years ago • 1 comments
trafficstars

I tried code example https://github.com/ykyouhei/KYDrawerController/tree/master/Example/Code

And I see the next picture on iOS 12.1

Screenshot at Mar 24 16-49-25

anonym24 avatar Mar 24 '19 14:03 anonym24

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)
    }

Screenshot at Mar 24 16-54-50

anonym24 avatar Mar 24 '19 14:03 anonym24