typealias Configuration
A type alias for the properties of a progress view instance.
associatedtype Body : View
A view representing the body of a progress view.
あるプログレスビューの本体を表しているビュー。
Availability 有効性
Technology
func makeBody(configuration: Self.Configuration
) -> Self.Body
configuration
The properties of the progress view being created.
configuration
The properties of the progress view, such as its preferred progress type.
The view hierarchy calls this method for each progress view where this style is the current progress view style.
typealias Configuration
associatedtype Body : View