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
.init<S>(S)
Creates a progress view for showing indeterminate progress that generates its label from a string.
Available when
Label
conforms to View
and CurrentValueLabel
is EmptyView
.