Retrieve and change the point at which touchUpInside changes to touchUpOutside
问题 I have made a UISlider work just like the "slide to unlock" slider. What I need to do is determine the point at which lifting your finger off is classed as touchUpOUTSIDE and not touchUpINSIDE . This is the point where you slide your finger past the end of the slider too far. I guess it's the same as with a UIButton , you can press the button then slide your finger off the button and depending how far you go, it can still be classed as touchUpInside . If possible, i'd like to mark the target