Contents

init(_:)

Creates a progress view for visualizing the given progress instance.

Declaration

nonisolated init(_ progress: Progress) where Label == EmptyView, CurrentValueLabel == EmptyView

Discussion

The progress view synthesizes a default label using the localizedDescription of the given progress instance.

See Also

Creating a determinate progress view