TomThorpe / TTRangeSlider

A slider, similar in style to UISlider, but which allows you to pick a minimum and maximum range.
MIT License
968 stars 204 forks source link

#tag1.0.6 没有添加此方法 #106

Closed biostome closed 3 years ago

biostome commented 4 years ago

tag1.0.6 没有添加此方法

- (BOOL)gestureRecognizerShouldBegin:(UIGestureRecognizer *)gestureRecognizer {
    //kill any gestures when we're tracking a touch that started on one of the handles. This ensures the correct behaviour when
    //the superview is something like a scrollview that can accepts touches in the same area as the slider thats placed on that view.
    return !self.isTracking;
}