Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 866 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 866 Bytes

ZMSwiftRangeSlider

A simple Range Slider library by Swift.

Screenshot

ZMSwiftRangeSlider Screenshot

Setup

Install with CocoaPods

platform :ios, '8.0'
pod 'ZMSwiftRangeSlider', '~> 0.1.5'

Configuration

  • trackHeight
  • trackTintColor
  • trackHighlightTintColor
  • minValueThumbTintColor
  • maxValueThumbTintColor
  • thumbSize
  • thumbOutlineSize
  • displayTextFontSize

API

  • func setRangeValues(_ rangeValues: [Int])
  • func setMinAndMaxValue(_ minValue: Int, maxValue: Int)
  • func setValueChangedCallback(_ callback: ValueChangedCallback?)
  • func setMinValueDisplayTextGetter(_ getter: MinValueDisplayTextGetter?)
  • func setMaxValueDisplayTextGetter(_ getter: MaxValueDisplayTextGetter?)

License

MIT