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

Handle stays enlarged when tapped during drag of parent view #69

Open FinnGu opened 7 years ago

FinnGu commented 7 years ago

As the title says, if you tap a handle during drag of parent view, it will stay enlarged until tapped or dragged again.

Steps to reproduce:

  1. Create ViewController with ScrollView and ContentView
  2. Add TTRangeSlider to ContentView
  3. Enable alwaysBounceVertical on ScrollView
  4. Drag ScrollView up or down to bounce it and while it returns to original position, try to tap or drag a handle