iOS Range Slider Control with configurable Steps (based on https://github.com/sgl0v/MSRangeSlider)
[Overview • Installation • Demo • Requirements • Licence]
Range slider control that allows the user to select a range of values with two drag handles. The space between the handles is filled with a different background color to indicate those values are selected. Key features:
- Looks similar to the UISlider,
IB_DESIGNABLE
control withIBInspectable
properties,- Well-documented,
- Compatible with iOS 8.0 (iPhone & iPad) and higher.
- Supports arbitrary step size and highlights selected range beautifully
pod "FFXRangeSlider"
Build and run the FFXRangeSliderDemo project in Xcode. The demo demonstrates how to use and integrate the MSRangeSlider into your project (via Interface Builder or manually).
- Requires iOS 8.0 or later
- Requires Automatic Reference Counting (ARC)
FFXRangeSlider
is MIT-licensed. See LICENSE
.