RangeUISlider Versions Save

:iphone: :large_blue_circle::heavy_minus_sign::large_blue_circle: An iOS range selection slider compatible with UIKit and SwiftUI. Developed using autolayout and highly customizable using IBDesignabled and IBInspectable or programmatically. It support also RTL (right to left) languages automatically out of the box.

4.0.0

1 year ago

Adding

  • New slider delegate methods signature.

3.1.0

2 years ago

Fixed

Increased Package.swift supported version

3.0.3

2 years ago

Fixed

  • Merged fix for valid knob range

3.0.2

2 years ago

Fixed

  • Merged fix for valid knob range

3.0.1

2 years ago

Added

  • Xcode 13 support

3.0.0

3 years ago

Added

  • new public api to read all the UI components of RangeUISlider
  • new knobs label UI components

2.0.2

3 years ago

Fixed

  • defaultValueLeftKnob and defaultValueRightKnob now are setted when changed programmatically

2.0.1

3 years ago

Fixed

  • rangeNotSelectedColor was not working. Added guard on gradient colors to avoid the creation of useless layers.

2.0.0

3 years ago

Added

  • SwiftUI support: new RangeSlider SwiftUI component
  • Unit test + UI Tests: safer refactoring.
  • Test plans: UI test for multiple devide configuration (e.g. test RTL)
  • Added SwiftLint: introduced code style standards.
  • Added Codebeat: start to measure code quality
  • Refactoring to improve internal structure (code quality and ability to introduct new features)

1.13.0

3 years ago

Added

  • New UI Test target to check custom behaviour of RangeUISlider
  • Added UI Test plans to CI
  • New Unit test target to test classes that contains extracted logic from RangeUISlider main class
  • Added unit test target to CI
  • Added support for RTL