SwiftRangeSlider icon indicating copy to clipboard operation
SwiftRangeSlider copied to clipboard

Results 13 SwiftRangeSlider issues
Sort by recently updated
recently updated
newest added

Methods and field names should not be the same or differ only by capitalization 1. Rename field "TrackThickness" to prevent any misunderstanding/clash with field "trackThickness" defined on line 74 2....

Currently, SwiftRangeSlider (pod version 2.0.0) no longer compiles in Xcode 10.0 using Swift 4.2 because of some minor syntax changes. The suggested modifications to RangeSlider.swift fix those issues.

I would like to create 10 points on the slider stepping by 1. But I want the labels to show custom text for each of the 10 points. Is this...

Dragging speed for large min max ranges and small steps is very slow for example for setting a price from range from 0 to 500,000,000 with a step value of...

Hello Brian! This is a very good pod btw! Im using this pod regularly in my project. Anyway there is something I want to ask, In @IBAction func rangeSliderValueChanged(_ sender:...

Hey! With this MR I introduce a way to increase the _draggable_ area around the knob. It is useful if you have a knob smaller than your finger lol. In...

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...