Any component like iOS's wheel picker?

On iOS, there’s a component that lets users select an item from a list by swiping:

Screenshot 2025-04-05 at 12.45.04

Is there an equivalent in ZIM?

No need for any fancy fade effects—just a single digit or letter visible at a time, easily swipeable to the next one, with a snapping behavior.

If not, do you have any suggestions for building a general-purpose, robust version—something that works well on both mobile and desktop?

Stepper() is along those lines.

image

List will also spin and can be continuous. So three lists.

The Spinner is complicated enough, that we are considering adding it to ZIM 018 as a component.

3 Likes

Exactly what i needed (the spinner)!
Cheers