Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

Case

ActivityIndicatorState.active(tick:)

Active state. The indicator should appear active or loading during this state.
case active(tick: UInt)

Discussion

See ActivityIndicator.start(on:)

The tick parameter will increase by 1 each time the output is refreshed. This allows ActivityIndicatorType to create animations that happen over time without storing any internal state.