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

indexViewStyle(_:)

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

Declaration 宣言

func indexViewStyle<S>(_ style: S) -> some View where S : IndexViewStyle

Parameters パラメータ

style

The style to apply to this view.