Spinner

Spinners are used to indicate that a part of the product is loading or performing a task when the amount of time needed is unknown.

Backpack-SwiftUI/Spinner

Cocoapods class reference view on Github

Default

Day Night

Usage

Basic spinner

If you don't specify a style, it will default to textPrimary


                                                
                                                BPKSpinner(.sm)
                                                
                                                BPKSpinner(.sm, style: .textPrimary)
                                                BPKSpinner(.lg, style: .disabled)
                                                BPKSpinner(.xl, style: .onDarkSurface)