init()
Creates a progress view for showing indeterminate progress, without a label.
Available when
Label
conforms to View
and CurrentValueLabel
is EmptyView
.init(label: () -> Label)
Creates a progress view for showing indeterminate progress that displays a custom label.
Available when
Label
conforms to View
and CurrentValueLabel
is EmptyView
.init(LocalizedStringKey )
Creates a progress view for showing indeterminate progress that generates its label from a localized string.
Available when
Label
conforms to View
and CurrentValueLabel
is EmptyView
.