Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Knobs are stucked when moved softly #32

Open
michalcickan opened this issue Dec 11, 2018 · 0 comments
Open

Knobs are stucked when moved softly #32

michalcickan opened this issue Dec 11, 2018 · 0 comments

Comments

@michalcickan
Copy link

When I move knob very softly, then knob get stucked(remains highlighted) and when aj start draging second knob, it moves both knobs. It's because event endTracking is not called, when move is very soft and is called only event cancelTracking, which is not true. I added this function to RangeSlider view and everything seems to work properly.

override open func cancelTracking(with event: UIEvent?) {
        super.cancelTracking(with: event)
        
        endTracking(nil, with: event)
}

Is there possibility to fix this, please?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant