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

Delegate methods are being called even if the events doesn't happen #364

Open GenaroMarmolejo opened 6 years ago

GenaroMarmolejo commented 6 years ago

Hi,

I have downloaded your example and I realized that when scrolling the table the delegate methods are being called. The console is printing "leftWillClose" when dragging the scroll of the table and "leftDidOpen" when I stop dragging the scroll. I assume this is happening because of the pan gesture is being recognized when scrolling the table.

Thank you in advance