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 == EmptyViewParameters
- content:
The view content of the tab.
Creates a new tab that you can use in a tab view, with an empty label.
init(@ViewBuilder content: () -> Content) where Label == EmptyViewThe view content of the tab.