Skip to content

Latest commit

 

History

History
40 lines (33 loc) · 1.42 KB

README.md

File metadata and controls

40 lines (33 loc) · 1.42 KB

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