Contents

tabViewStyle(_:)

Sets the style for the tab view within the current environment.

Declaration

nonisolated func tabViewStyle<S>(_ style: S) -> some View where S : TabViewStyle

Parameters

  • style:

    The style to apply to this tab view.

See Also

Presenting views in tabs