SlideMenuControllerSwift
SlideMenuControllerSwift copied to clipboard
iOS 13, pan gesture freezes app
On iOS 13, apps freezes when trying to open or close the left menu by pan gesture. Having 100% load on the cpu.
When overwriting the gesture handler, using only openleft() on state .began it works like a charme. What is all the other stuff in handleLeftPanGesture used for? Heavy overload for no effect....
@grizzly Any solution for this?