spacenation / swiftui-sliders

:rocket: SwiftUI Sliders with custom styles
MIT License
820 stars 87 forks source link

Fixed issue with clamping on Int type #65

Closed dylanjrafferty closed 1 year ago

dylanjrafferty commented 1 year ago

Updated the initializer to clamp the value into the range to ensure the thumb for the sliders appears on screen.

fixes #54