Skip to content

A UISlider replacement with two draggable thumbs

License

Notifications You must be signed in to change notification settings

lendk-dua/DoubleSlider

 
 

Repository files navigation

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

About

A UISlider replacement with two draggable thumbs

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 95.4%
  • Ruby 3.0%
  • Objective-C 1.6%