<!--
{
  "availability" : [
    "iOS: 15.0.0 -",
    "iPadOS: 15.0.0 -",
    "macCatalyst: -",
    "swift: 5.1.0 -",
    "tvOS: 15.0.0 -",
    "visionOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIViewInvalidating/display",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "s:5UIKit18UIViewInvalidatingPAASo0B0CAAE13InvalidationsO7DisplayVRszrlE7displayAIvpZ"
  },
  "title" : "display"
}
-->

# display

A change that requires the system to redraw a view’s content.

```
static var display: UIView.Invalidations.Display { get }
```

## Discussion

Use this invalidation type to call [`setNeedsDisplay()`](/documentation/UIKit/UIView/setNeedsDisplay()) when a change in property value should cause the system to redraw the containing view’s content.

---

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)