BetterSlider

This package provides a custom slider control that allows for more customization than the standard Slider control.

Overview

If you need a slider control that allows for more customization than the standard Slider control,
you can use BetterSlider/BetterSlider.

RangeSlider

If you need a slider control to select a range of values, you can use BetterSlider/RangeSlider.

Documentation

The documentation is available here.

You can also have a look at the sample project.

Usage

dependencies: [
    .package(url: "https://github.com/lukepistrol/BetterSlider.git", from: <#Version#>)
]