IntervalSlider alternatives and similar libraries
Based on the "Slider" category.
Alternatively, view IntervalSlider alternatives based on common mentions on social networks and blogs.
-
Fluid Slider
:octocat:💧 A slider widget with a popup bubble displaying the precise value selected. Swift UI library made by @Ramotion -
TTRangeSlider
A slider, similar in style to UISlider, but which allows you to pick a minimum and maximum range. -
StepSlider
StepSlider its custom implementation of slider such as UISlider for preset integer values. -
AGCircularPicker
AGCircularPicker is helpful component for creating a controller aimed to manage any calculated parameter -
MultiSlider
UISlider clone with multiple thumbs and values, range highlight, optional snap intervals, optional value labels, either vertical or horizontal. -
CircularSlider
A powerful Circular Slider. It's written in Swift, it's 100% IBDesignable and all parameters are IBInspectable. -
VolumeControl
VolumeControl is a custom volume control for iPhone featuring a well-designed round slider. -
GraduatedSlider
A UISlider-like control with graduations (e.g. like sliders on DJ decks), can be used vertically or horizontally, optional haptic feedback
SaaSHub - Software Alternatives and Reviews
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of IntervalSlider or a related project?
README
IntervalSlider
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.