Swiftui Sliders Versions Save

:rocket: SwiftUI Sliders with custom styles

2.1.0

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/spacenation/swiftui-sliders/compare/2.0.0...2.1.0

2.0.0

1 year ago

2.0.0-beta.4

2 years ago

2.0.0-beta.3

2 years ago

2.0.0-beta.2

3 years ago

2.0.0-beta.1

3 years ago

1.0.0

3 years ago

0.2.2

4 years ago

It's now possible to use integers as values without type casting in binding. Works for value, range and point sliders.

@State var integer: UInt8 = 128

ValueSlider(value: $integer)

0.2.1

4 years ago

0.2.0

4 years ago

Sliders renamed to:

ValueSlider()
RangeSlider()
PointSlider()

Style customizations in:

.valueSliderStyle(...)
.rangeSliderStyle(...)
.pointSliderStyle(...)