Initializer

init(content:)

Creates a group of views.

Declaration 宣言

init(content: () -> Content)
Available when Content conforms to View.

Parameters パラメータ

content

A ViewBuilder that produces the views to group.

See Also 参照

Creating a Group グループを作成する