Contents

init(content:footer:)

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

Declaration

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

Parameters

  • content:

    The section’s content.

  • footer:

    A view to use as the section’s footer.

See Also

Adding headers and footers