Initializer

init(_:content:)

Creates a group box with the provided view content.

Declaration 宣言

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

Parameters パラメータ

title

A string that describes the content of the group box.

content

A ViewBuilder that produces the content for the group box.

See Also 参照

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