DoubleSlider
DoubleSlider is a version of UISlider that has two draggable points —useful for choosing two points in a range.
Requirements
- iOS 10.0+
- Xcode 9.3+
Screenshots
Installation
CocoaPods
You can use CocoaPods to install DoubleSlider by adding it to your Podfile:
platform :ios, '10.0'
use_frameworks!
pod 'DoubleSlider'import DoubleSliderCarthage
Create a Cartfile that lists the framework and run carthage update. Follow the instructions to add $(SRCROOT)/Carthage/Build/iOS/DoubleSlider.framework to an iOS project.
github "yhkaplan/DoubleSlider"
Todos
- Add screenshots/GIF
- Add info about using IBDesignable and setting up
- Add long CocoaPods description
- Fix badges
- Make upgrade script that bumps version number, commits, pushes, and runs pod trunk push
