dekatotoro / SlideMenuControllerSwift

iOS Slide Menu View based on Google+, iQON, Feedly, Ameba iOS app. It is written in pure swift.
MIT License
3.4k stars 754 forks source link

iOS 13, pan gesture freezes app #438

Open grizzly opened 4 years ago

grizzly commented 4 years ago

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....

varun-kapoor commented 4 years ago

@grizzly Any solution for this?