Initializer

init(content:)

Creates an unlabeled group box with the provided view content.

Declaration 宣言

init(content: () -> Content)
Available when Label is EmptyView and Content conforms to View.

Parameters パラメータ

content

A ViewBuilder that produces the content for the group box.

See Also 参照

Creating a Group Box グループボックスを作成する