Simple Stepper SwiftUI

Опубликовано: 26 Апрель 2021
на канале: iOS Shiga
98
2

A control that performs increment and decrement actions.

Use a stepper control when you want the user to have granular control while incrementing or decrementing a value. For example, you can use a stepper to:
Change a value up or down by 1.
Operate strictly over a prescribed range.
Step by specific amounts over a stepper’s range of possible values.