I have a UISlider inside of my view, the view itself have a swipeGesture added to it. So that when the user swipe in the right hand-side direction, the viewController will go back to the previous one. However, my issue here is that if the UISlider nob is moved in the right hand-side direction, it gets confused with a swipeGesture and the view navigates to the previous one.
Is there a way to disable the detection of swipeGesture for the UISlider element on its own?