Initializer

init(label:)

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

Declaration 宣言

init(label: () -> Label)
Available when Label conforms to View and CurrentValueLabel is EmptyView.

Parameters パラメータ

label

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

See Also 参照

Creating an Indeterminate Progress View