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

colorScheme(_:)

Sets this view’s color scheme. このビューの持つカラースキームを設定します。

Declaration 宣言

func colorScheme(_ colorScheme: ColorScheme) -> some View

Return Value 戻り値

A view that sets this view’s color scheme. あるビュー、それはこのビューのもつカラースキームを設定したものです。

Parameters パラメータ

colorScheme

The color scheme for this view. このビューに対するカラースキーム。

Discussion 議論

Use colorScheme(_:) to set the color scheme for the view to which you apply it and any subviews. If you want to set the color scheme for all views in the presentation, use preferredColorScheme(_:) instead.