Contents

init(content:)

Creates a tab view that uses a builder to create its tabs.

Declaration

init<C>(@TabContentBuilder<Never> content: () -> C) where SelectionValue == Never, Content == TabContentBuilder<Never>.Content<C>, C : TabContent

Parameters

  • content:

    The Tab content.

See Also

Creating a tab view