lukepistrol / BetterSlider

A custom SwiftUI slider control that allows for more customization than the standard `Slider`

Home Page:https://lukepistrol.github.io/BetterSlider/documentation/betterslider

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BetterSlider

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

Overview

BetterSlider

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#>)
]

Contribution

If you have any ideas on how to take this further I'm happy to discuss things in an issue.


Buy Me A Coffee

About

A custom SwiftUI slider control that allows for more customization than the standard `Slider`

https://lukepistrol.github.io/BetterSlider/documentation/betterslider

License:MIT License


Languages

Language:Swift 100.0%