Skip to content

2.0.4

Choose a tag to compare

@buh buh released this 08 Feb 08:13
· 27 commits to main since this release
  • Added .compactSliderOnChange modifier to observe configuration changes. The action calls on any configuration state or progress changes.
  • Added FocusState.isWheelScrolling for macOS. It's also could be animated.

Example:

CompactSlider(value: $value)
    .compactSliderOnChange {  configuration in
        print("Focus state:", configuration.focusState) 
    }