Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shushutochako/IntervalSlider
IntervalSlider is a slider library like ReutersTV app. written in pure swift.
https://github.com/shushutochako/IntervalSlider
Last synced: about 1 month ago
JSON representation
IntervalSlider is a slider library like ReutersTV app. written in pure swift.
- Host: GitHub
- URL: https://github.com/shushutochako/IntervalSlider
- Owner: shushutochako
- License: mit
- Created: 2015-10-01T03:12:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-27T18:00:42.000Z (about 8 years ago)
- Last Synced: 2024-04-29T23:22:08.007Z (9 months ago)
- Language: Swift
- Homepage:
- Size: 387 KB
- Stars: 67
- Watchers: 4
- Forks: 20
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ios - IntervalSlider - IntervalSlider is a slider library like ReutersTV app. written in pure swift. (UI / Slider)
- awesome-ios-star - IntervalSlider - IntervalSlider is a slider library like ReutersTV app. written in pure swift. (UI / Slider)
README
# IntervalSlider
[![CI Status](http://img.shields.io/travis/shushutochako/IntervalSlider.svg?style=flat)](https://travis-ci.org/shushutochako/IntervalSlider)
[![Version](https://img.shields.io/cocoapods/v/IntervalSlider.svg?style=flat)](http://cocoapods.org/pods/IntervalSlider)
[![License](https://img.shields.io/cocoapods/l/IntervalSlider.svg?style=flat)](http://cocoapods.org/pods/IntervalSlider)
[![Platform](https://img.shields.io/cocoapods/p/IntervalSlider.svg?style=flat)](http://cocoapods.org/pods/IntervalSlider)## Description and [appetize.io`s DEMO](https://appetize.io/app/wra4qd7dkyucypftpc27ac2ef0)
![](https://github.com/shushutochako/IntervalSlider/blob/master/ScreenShots/Screenshot.gif)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](http://cocoapods.org). 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.