MultiStepSlider
2016 年 7 月 16 日 • MIT 许可证
A custom UIControl which functions like UISlider where you can set multiple intervals with different step values for each interval. This is useful when an interval spans over large values, for example...
TTRangeSlider
2015 年 4 月 5 日 • MIT 许可证
A slider, similar in style to UISlider, but which allows you to pick a minimum and maximum range.
MARKRangeSlider
2015 年 3 月 9 日 • MIT 许可证
A custom reusable slider control with 2 thumbs (range slider). Values range is between `minimumValues` and `maximumValue` (from 0 to 1 by default). The left thumb isn't able to go on the right side...
NMRangeSlider
2012 年 8 月 22 日 • MIT 许可证
NMRangeSlider 是一个自定义 iOS 控件,它提供了一个与 UISlider 类似的 UI 以选择一系列值。范围滑块可以像 UISlider 一样通过一组图像进行配置...
BJRangeSliderWithProgress
2011 年 10 月 17 日 • MIT 许可证
一个同时允许您选择范围的“进度条”。我使用它来指示录音的进程、表示修剪它,然后仅播放所选范围。