Popularity
2.3
Stable
Activity
0.0
Stable
67
4
20

Code Quality Rank: L5
Programming language: Swift
License: MIT License
Tags: UI     Slider    
Latest version: v0.0.1

IntervalSlider alternatives and similar libraries

Based on the "Slider" category.
Alternatively, view IntervalSlider alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of IntervalSlider or a related project?

Add another 'Slider' Library

README

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.


*Note that all licence references and agreements mentioned in the IntervalSlider README section above are relevant to that project's source code only.