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

accessibilityIgnoresInvertColors(_:)

Sets whether this view should ignore the system Smart Invert setting. このビューがシステムのSmart Invert設定を無視すべきかどうかを設定します。

Declaration 宣言

func accessibilityIgnoresInvertColors(_ active: Bool = true) -> some View

Parameters パラメータ

active

A true value ignores the system Smart Invert setting. A false value follows the system setting. trueの値は、システムのSmart Invert設定を無視します。falseの値は、システム設定に従います。

Discussion 議論

Use this modifier to suppress Smart Invert in a view that shouldn’t be inverted. Or pass an active argument of false to begin following the Smart Invert setting again when it was previously disabled. この修飾子を使って、反転されるべきでないビューにおいてSmart Invertを抑制してください。またはfalseactive引数を渡すことで、Smart Invert設定に従うことを始めてください、それが以前に無効にされていた場合は。