swiftui-sliders icon indicating copy to clipboard operation
swiftui-sliders copied to clipboard

:rocket: SwiftUI Sliders with custom styles

Results 18 swiftui-sliders issues
Sort by recently updated
recently updated
newest added

hey i just added this package to my project and i want to use Value Slider (normal Slider) here i am not getting any thumb for the slider to move...

Hello, I added the package to my project. When on xCode 13.0, I get errors saying "Ambiguous use of 'accentColor'". Maybe Color.accentColor should be used instead of just .accentColor in...

enhancement

Hi, I'm using this library to create a RangeSlider but I have a problem. When I move the lower thumb and it reaches the position of upper thumb instead of...

I have an empty app running the swiftui-sliders examples and have noticed that I am unable to modify the track background colours on any slider without losing the track foreground...

Hey, any chance that you can explain, how to use an horizontal slider in a horizontal Scrollview? If I intend to drag the slider, the ScrollView starts to scroll. Attaching...

Hi, with RTL languages the slider slide on the opposite direction, if you want to try it: ` .environment(\.layoutDirection, .rightToLeft) `

Depends on swift-extensions/shapes#2 , swift-extensions/swiftui-extensions#54

Hi. First of all, thank you for an awesome library! A quick question: How do I specify a minimum selectable range for an HRangeSlider? Couldn't find it in the options.

I am using this library for range slider in my project for age range. now i want minimum 5 years of difference in between minimum age and maximum selected i...

enhancement
iOS
macOS