MSRangeSlider 1.1.0

MSRangeSlider 1.1.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Apr 2016

Maintained by Maksym Shcheglov.



  • By
  • Maksym Shcheglov

[OverviewInstallationDemoRequirementsLicence]


Alt text

Overview

Range slider control that allows the user to select a range of values with two drag handles. The space between the handles is filled with a different background color to indicate those values are selected. Key features:

  • Looks similar to the UISlider,
  • IB_DESIGNABLE control with IBInspectable properties,
  • Well-documented,
  • Compatible with iOS 8.0 (iPhone & iPad) and higher.

Installation

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

pod "MSRangeSlider"

Demo

Build and run the MSRangeSliderDemo project in Xcode. The demo demonstrates how to use and integrate the MSRangeSlider into your project (via Interface Builder or manually).

Requirements

  • Requires iOS 8.0 or later
  • Requires Automatic Reference Counting (ARC)

Licence

MSRangeSlider is MIT-licensed. See LICENSE.