Initializer

init(_:)

Creates a progress view for visualizing the given progress instance.

Declaration 宣言

init(_ progress: Progress) where Label == EmptyView, CurrentValueLabel == EmptyView
Available when Label conforms to View and CurrentValueLabel conforms to View.

Discussion 議論

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

See Also 参照

Creating a Determinate Progress View