Instance Method
start(refreshRate:)
Starts the
ActivityIndicator. Usually this means beginning the associated “loading” animation.func start(refreshRate: Int = 40)
Parameters
refreshRateThe time interval (specified in milliseconds) to use when updating the activity.
Discussion
Once started, ActivityIndicator will continue to redraw the ActivityIndicatorType at a fixed refresh rate passing ActivityIndicatorState.active.