DoubleSlider
DoubleSlider copied to clipboard
A UISlider replacement with two draggable thumbs
DoubleSlider
DoubleSlider is a version of UISlider that has two draggable points —useful for choosing two points in a range.
Requirements
- iOS 12.0+
- Xcode 12.0+
Screenshots

Installation
Swift Package Manager
Add via Xcode in the usual way
CocoaPods
You can use CocoaPods to install DoubleSlider by adding it to your Podfile:
platform :ios, '11.0'
use_frameworks!
pod 'DoubleSlider'
import DoubleSlider
Carthage
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"