Skip to content

IntervalSlider is a slider library like ReutersTV app. written in pure swift.

License

Notifications You must be signed in to change notification settings

shushutochako/IntervalSlider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
増島 亘康
Oct 5, 2015
57b3958 · Oct 5, 2015

History

4 Commits
Oct 5, 2015
Oct 5, 2015
Oct 5, 2015
Oct 5, 2015
Oct 1, 2015
Oct 5, 2015
Oct 5, 2015
Oct 5, 2015
Oct 1, 2015

Repository files navigation

IntervalSlider

CI Status Version License Platform

Description and appetize.io`s DEMO

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

  • iOS 8.0+
  • Xcode 7

Installation

CocoaPods(iOS 8+)

IntervalSlider is available through CocoaPods. To install it, simply add the following line to your Podfile:

use_frameworks!  
pod "IntervalSlider"

Manual Installation

The class file required for IntervalSlider is located in the Classes folder in the root of this repository as listed below:

IntervalSlider.swift

##Usage Check out the demo project for details.

Customization

  • case MinimumTrackTintColor(UIColor)
  • case MinimumValue(Float)
  • case MaximumValue(Float)
  • case LabelBottomPadding(CGFloat)
  • case DefaultValue(Float)
  • case AddMark(Bool)
  • case ThumbImage(UIImage)

License

IntervalSlider is available under the MIT license. See the LICENSE file for more info.

About

IntervalSlider is a slider library like ReutersTV app. written in pure swift.

Resources

License

Stars

Watchers

Forks

Packages

No packages published