A true value ignores the system Smart Invert setting. A false value follows the system setting. trueの値は、システムのSmart Invert設定を無視します。falseの値は、システム設定に従います。
Instance Method
インスタンスメソッド
accessibility
accessibilityIgnoresInvertColors(_:)
Sets whether this view should ignore the system Smart Invert setting.
このビューがシステムのSmart Invert設定を無視すべきかどうかを設定します。
Availability 有効性
- iOS 14.0+
- iPadOS 14.0+
- macOS 11.0+
- Mac Catalyst 14.0+
- tvOS 14.0+
- watchOS 7.0+
Technology
- Swift
UI
Declaration 宣言
Parameters パラメータ
active
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を抑制してください。またはfalse
のactive
引数を渡すことで、Smart Invert設定に従うことを始めてください、それが以前に無効にされていた場合は。