Closed marcusykim closed 2 years ago
This is already a UIKit component, see instructions in the README:
let slider = MultiSlider()
slider.value = [1, 4.5, 5]
slider.addTarget(self, action: #selector(sliderChanged), for: .valueChanged) // continuous changes
slider.outerTrackColor = .lightGray // outside of first and last thumbs
// etc.
Can you make this available in UIKit vs just SwiftUI