Skip to content

Instance Method

start(refreshRate:)

Starts the ActivityIndicator. Usually this means beginning the associated “loading” animation.
func start(refreshRate: Int = 40)

Parameters

refreshRate

The 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.