RangeSeekSlider icon indicating copy to clipboard operation
RangeSeekSlider copied to clipboard

RangeSeedSlider provides a customizable range slider like a UISlider.

Results 88 RangeSeekSlider issues
Sort by recently updated
recently updated
newest added

https://github.com/WorldDownTown/RangeSeekSlider/blob/master/Sources/RangeSeekSliderDelegate.swift `func rangeSeekSlider(_ slider: RangeSeekSlider, stringForMinValue minValue: CGFloat) -> String?` but: `func rangeSeekSlider(_ slider: RangeSeekSlider, stringForMaxValue: CGFloat) -> String?`

fix: ui not updating after setting selectedMinValue or selectedMaxValue

how can I disable scale animation of leading & trailing thumb? Additionally label also should not move downwards.

Currently you can display fixed labels above slider and movable labels below slider. What about to allow to set and display them simultaneously?

### New Issue Checklist - [x] Updated `RangeSeekSlider` to the latest version - [x] Checked [Gitter](https://gitter.im/WorldDownTown/RangeSeekSlider) ### Issue Description `colorBetweenHandles = .white` doesn't work properly. To reproduce for example just...

Firstly thank you for this wonderful utility. I have installed this library using Cocoapods. Just want to add the circle at the leading and trailing position in the track. see...

### New Issue Checklist - [ ] Updated `RangeSeekSlider` to the latest version - [ ] Checked [Gitter](https://gitter.im/WorldDownTown/RangeSeekSlider) ### Issue Description ### Environment

Slider is not updating thumb when I change the selectedMaxValue . When I select the thumb and don't move it. The slider doesn't update. - iOS version 17.0 - Swift...