Skip to content

yhkaplan/DoubleSlider

Repository files navigation

Carthage compatible Swift 5.5 CocoaPods Compatible Platform

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

demo

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"