Initializer

init(content:)

Creates a section with the provided section content.

Declaration 宣言

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

Parameters パラメータ

content

The section’s content.

See Also 参照

Creating a Section セクションを作成する