Initializer

init(_:content:)

Creates a group box with the provided view content and title.

Declaration 宣言

init(_ titleKey: LocalizedStringKey, content: () -> Content)
Available when Label is Text and Content conforms to View. LabelTextであるそしてContentViewに準拠する場合に利用可能です。

Parameters パラメータ

titleKey

The key for the group box’s title, which describes the content of the group box.

content

A ViewBuilder that produces the content for the group box.

See Also 参照

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