swift-cross-ui icon indicating copy to clipboard operation
swift-cross-ui copied to clipboard

Double-ended slider control

Open stackotter opened this issue 7 months ago • 0 comments

When getting users to choose minimum and maximum values, it'd be useful to have a built-in double-ended slider (with two handles). It doesn't seem like any of the underlying frameworks we wrap support double-ended sliders directly, but many seem to have community implementations of such a control. Despite not having official support, this is a control that people would expect to look consistent with our other built-in controls, so I still think it'd be a good addition to SwiftCrossUI. We'll probably just have to implement it ourselves for each backend (taking inspiration from existing implementations where they exist).

Community implementations:


This is probably a feature for further down the line unless someone else gets to it before me; the gesture stuff seems pretty tedious to get right for each individual backend and I have quite a few other more pressing features to get through first.

stackotter avatar May 14 '25 12:05 stackotter