Contents

init(content:)

Creates a new tab that you can use in a tab view, with an empty label.

Declaration

init(@ViewBuilder content: () -> Content) where Label == EmptyView

Parameters

  • content:

    The view content of the tab.

See Also

Creating a tab