init()
Creates a progress view for showing indeterminate progress, without a 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
.