DoubleSlider 1.0.0

DoubleSlider 1.0.0

Maintained by Joshua Kaplan, Joshua Kaplan.



  • By
  • yhkaplan

Carthage compatible Swift 4.1 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 10.0+
  • Xcode 9.3+

Screenshots

demo

Installation

CocoaPods

You can use CocoaPods to install DoubleSlider by adding it to your Podfile:

platform :ios, '10.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"

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