<!--
{
  "availability" : [
    "macOS: 15.2.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "AppKit",
  "identifier" : "/documentation/AppKit/NSWritingToolsCoordinator/view",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "AppKit"
    ],
    "preciseIdentifier" : "c:objc(cs)NSWritingToolsCoordinator(py)view"
  },
  "title" : "view"
}
-->

# view

The view that currently uses the writing tools coordinator.

```
weak var view: NSView? { get }
```

## Discussion

Use this property to refer to the view that currently owns the coordinator
object. The system updates this property automatically when you assign the
coordinator to the [`writingToolsCoordinator`](/documentation/AppKit/NSView/writingToolsCoordinator) property of your view.
The value of this property is `nil` if there is no associated view.

---

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)