CompactSlider
CompactSlider copied to clipboard
CompactSlider is a SwiftUI control for macOS, iOS and watchOS.
**Describe the bug** If you are using this slider control and you tap anywhere on the slider the control will go to that position and respond with the new value....
**Describe the bug** Both Tap&Drag is not working when CompactSlider is inside in a Form. Normal Slider works properly. **To Reproduce** Steps to reproduce the behavior: ```swift struct DemoView: View...
**Describe the bug** Really, not a bug but a feature request - Currently the slider goes to the x location of the touch, as opposed to use the translation.width to...
I didn't found such style =( ``` .rotationEffect(Angle(degrees: 90)) ``` Does not solve the issue PS: slider is awesome!
1.Increase the priority of swipe gestures to avoid being blocked by external gestures. 2.Rename ProgressView to avoid conflicts with the system's ProgressView.
Currently, Xcode is set to Arabic. When I slide to the left, the value decreases, and when I slide to the right, it increases. https://github.com/user-attachments/assets/40c60aee-fe63-477e-89a8-2417871a76f8
CompactSlider demo, latest version 1.1.6: The example 'green or red' at the top of Advanced does not show red or green but only blue. The second example 'Speed' does show...
**Describe the bug** Scrolling on the slider with 2 fingers does not adjust the volume, unlike the slider in the macOS control centre, for example. **To Reproduce** Steps to reproduce...