Initializer

init(footer:content:)

Creates a section with a footer and the provided section content.

Declaration 宣言

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

Parameters パラメータ

footer

A view to use as the section’s footer.

content

The section’s content.

See Also 参照

Deprecated Symbols 非推奨シンボル