<!--
{
  "availability" : [
    "iOS: 6.0.0 -",
    "iPadOS: 6.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIAccessibility/invertColorsStatusDidChangeNotification",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@UIAccessibilityInvertColorsStatusDidChangeNotification"
  },
  "title" : "invertColorsStatusDidChangeNotification"
}
-->

# invertColorsStatusDidChangeNotification

A notification that UIKit posts when the settings for inverted colors change.

```
nonisolated static let invertColorsStatusDidChangeNotification: NSNotification.Name
```

## Discussion

This notification doesn’t include a parameter. Observe this notification using the default notification center.

Use the [`isInvertColorsEnabled`](/documentation/UIKit/UIAccessibility/isInvertColorsEnabled) function to determine whether the settings for inverted colors are in an enabled state.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)