Component - Stepper
The Stepper is a control that lets users increase or decrease a value by tapping plus or minus buttons. It is often used for selecting quantities or numeric values in small steps.
The Stepper is a control that lets users increase or decrease a value by tapping plus or minus buttons. It is often used for selecting quantities or numeric values in small steps.
UIView ├── UILabel (shows current value) └── UIStepper (plus and minus buttons)