spacenation / swiftui-sliders

:rocket: SwiftUI Sliders with custom styles
MIT License
793 stars 84 forks source link

Range Slider preset data #40

Closed jignesh133 closed 2 years ago

jignesh133 commented 2 years ago

How to set pre defined value of range lower and upper bounds ?

ay42 commented 2 years ago

Hi @jignesh133, Here is the how to do it with in init parameter

RangeSlider(range: $range, in: 0.0 ... 2.0)