Contents

init(footer:content:)

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

Declaration

init(footer: Footer, @ViewBuilder content: () -> Content)

Parameters

  • footer:

    A view to use as the section’s footer.

  • content:

    The section’s content.

See Also

Deprecated symbols