The style to apply to this tab view.
Instance Method
インスタンスメソッド
tab
tabViewStyle(_:)
Sets the style for the tab view within the current environment.
Availability 有効性
- iOS 14.0+
- iPadOS 14.0+
- macOS 11.0+
- Mac Catalyst 14.0+
- tvOS 14.0+
- watchOS 7.0+
Technology
- Swift
UI
Declaration 宣言
func tabViewStyle<S>(_ style: S) -> some View
where S : TabViewStyle
Parameters パラメータ
style