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

makeBody(configuration:)

Creates a view representing the body of a group box.

Declaration 宣言

func makeBody(configuration: Self.Configuration) -> Self.Body

Parameters パラメータ

configuration

The properties of the group box instance being created.

Discussion 議論

SwiftUI calls this method for each instance of GroupBox created within a view hierarchy where this style is the current group box style.

See Also 参照

Creating Custom Group Box Styles