KYDrawerController icon indicating copy to clipboard operation
KYDrawerController copied to clipboard

How to disable drawer in detail page?

Open a1pro opened this issue 7 years ago • 3 comments

a1pro avatar Apr 20 '17 14:04 a1pro

Same problem, some help ?

franme92 avatar Jul 26 '17 12:07 franme92

I don’t speak English that well. Hey me resolved this issue , Comment code in viewDidLoad() method on file KYDrawerController.swift
this code : // view.addGestureRecognizer(screenEdgePanGesture) but if you comment this code swipe drawer are disable all view but this not problem for me because some code help me ... "drawerController.setDrawerState(.opened, animated: true)" worked for me : )

Gypsyer avatar Jan 04 '18 17:01 Gypsyer

look this PR #122

ripplek avatar Aug 10 '18 10:08 ripplek