Instance Method インスタンスメソッド

tabViewStyle(_:)

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

Declaration 宣言

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

Parameters パラメータ

style

The style to apply to this tab view.