Friend-LGA / LGSideMenuController

iOS view controller which manages left and right side views
MIT License
2.05k stars 331 forks source link

Do not reveal the side panel if user is scrolling vertically #199

Open thomasdao opened 2 years ago

thomasdao commented 2 years ago

Hi, thanks for the great library!

In my app, I find that sometime scrolling the content on the right edge might accidentally reveal the right side panel. I believe the side panel is usually revealed by swiping left or right and hence it should not be shown when user is scrolling vertically.