Contents

init(label:)

Creates a progress view for showing indeterminate progress that displays a custom label.

Declaration

nonisolated init(@ViewBuilder label: () -> Label)

Parameters

  • label:

    A view builder that creates a view that describes the task in progress.

See Also

Creating an indeterminate progress view