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

makeBody(configuration:)

Creates a view representing the body of a control group.

Declaration 宣言

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

Parameters パラメータ

configuration

The properties of the control group instance being created.

Discussion 議論

This method will be called for each instance of ControlGroup created within a view hierarchy where this style is the current ControlGroupStyle.