Screen Edge Gesture Recognizer issue

Hello everybody!
I have problem with UIScreenEdgePanGestureRecognizer. I add .left edge for this gesture for swiping hamburger menu, but I have UISlider control on this screen, which left edge binded to left edge of the screen.
When I swipe from left to right on my UISlider control, instead of changing its value screen shows me hamburger menu.
How to partially disable left edge recognizer in slider area, but stay enable in other parts of this screen?

Hi @michael_nechaev,
posting some sample code of what you have would help in debugging and providing an answer.

cheers,