<!--
{
  "availability" : [
    "macOS: 14.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSView/displayLink(target:selector:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSView(im)displayLinkWithTarget:selector:"
  },
  "title" : "displayLink(target:selector:)"
}
-->

# displayLink(target:selector:)

Returns a new display link whose callback will be invoked in-sync with the display the view is on.

```
func displayLink(target: Any, selector: Selector) -> CADisplayLink
```

## Discussion

If the view is hidden, or not on any display, the callback will not be invoked.

---

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)