Contents

init(content:)

Creates a section with the provided section content.

Declaration

init(@TabContentBuilder<SelectionValue> content: () -> Content) where Header == EmptyView, Footer == EmptyView

Parameters

  • content:

    The section’s content.

See Also

Creating a tab section