Nudger

Nudgers allow users to quickly specify a value within a given range.

Backpack-SwiftUI/Nudger

Cocoapods class reference view on Github

Default

Day Night

Usage

an adjustable control that allows a user to select a numerical value between a min/max determined by the consumer.


                                                
                                                @State var value = 0
                                                
                                                BPKNudger(value: $value, min: 1, max: 10, step: 1)
                                                    .accessibilityLabel("Passenger")