https://github.com/shushutochako/IntervalSlider
IntervalSlider is a slider library like ReutersTV app. written in pure swift.
https://github.com/shushutochako/IntervalSlider
Last synced: 4 months 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 (over 8 years ago)
- Last Synced: 2024-04-29T23:22:08.007Z (12 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
[](https://travis-ci.org/shushutochako/IntervalSlider)
[](http://cocoapods.org/pods/IntervalSlider)
[](http://cocoapods.org/pods/IntervalSlider)
[](http://cocoapods.org/pods/IntervalSlider)## Description and [appetize.io`s DEMO](https://appetize.io/app/wra4qd7dkyucypftpc27ac2ef0)
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.