A Clone of TTRangeSlider with multiple step.
To run the example project, clone the repo, and run pod install
from the Example directory first.
iOS 10 or later
HMRRangeSlider is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'HMRRangeSlider'
Note that this control uses IB_DESIGNABLE, so for it to work well and not get warnings in Interface Builder, you should use the latest version of CocoaPods, and add the use_frameworks!
line. So your podfile may look something like
source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
pod “HMRRangeSlider”
romulomga, rm.abrahao@gmail.com
HMRRangeSlider is available under the MIT license. See the LICENSE file for more info.