Instance Method インスタンスメソッド

makeBody(configuration:)

Creates a view representing the body of a progress view. あるプログレスビューの本体を表しているビューを作成します。

Declaration 宣言

func makeBody(configuration: LinearProgressViewStyle.Configuration) -> some View

Parameters パラメータ

configuration

The properties of the progress view being created.

configuration

The properties of the progress view, such as its preferred progress type.

Discussion 議論

The view hierarchy calls this method for each progress view where this style is the current progress view style.

See Also 参照

Rendering a Progress View