JGDetailScrubber icon indicating copy to clipboard operation
JGDetailScrubber copied to clipboard

Changing the minimumValue results in incorrect behavior

Open DrummerB opened this issue 9 years ago • 0 comments

Hi,

If I change the minimumValue of the slider, it doesn't seem to work correctly.

Steps to reproduce:

  1. In the Demo project, add these lines in JGScrubbingTestingViewController, after the slider was initialized: _scrubber.minimumValue = 50; _scrubber.maximumValue = 150;
  2. Start the app. Slide the slider to the right. For some time it won't slide with the finger for some reason.

DrummerB avatar May 14 '15 20:05 DrummerB