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

makeBody(configuration:)

Creates a view that represents the body of a label. あるラベルの本文を表すビューを作成します。

Declaration 宣言

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

Parameters パラメータ

configuration

The properties of the label.

Discussion 議論

The system calls this method for each Label instance in a view hierarchy where this style is the current label style.

See Also 参照

Rendering a Label