Skip to content

CompactSlider is a SwiftUI control for macOS, iOS and watchOS.

License

Notifications You must be signed in to change notification settings

buh/CompactSlider

Repository files navigation

cover3

CompactSlider is a control for selecting a value from a bounded linear range of values.

The slider is a replacement for the build-in slider and is designed specifically for SwiftUI. For me, the main motivation for writing a component that already exists is the very slow performance under macOS (e.g. when you need to resize the screen with multiple sliders or when animating) and the severely outdated design. At the same time, I was inspired by the slider design that Apple's Photos app developed, which makes heavy use of sliders.

Warning Version 2.x.x is in active development on the main branch. Please specify explicitly the version 1.2.1 for the previous major version (README for v1).

Version 2.0

image

Requirements

  • Swift 5.5+
  • Xcode 13+
  • SwiftUI 2+
  • macOS 11+
  • iOS 14+
  • watchOS 7+

Installation

  1. In Xcode go to FileAdd Packages...
  2. Search for the link below and click Add Package
https://github.com/buh/CompactSlider.git
  1. Select to which target you want to add it and select Add Package

Support

You can buy me a coffee here ☕️

License

CompactSlider is available under the MIT license