---
title: view
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nswritingtoolscoordinator/view
---

# view

The view that currently uses the writing tools coordinator.

## Declaration

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

## Discussion

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 property of your view. The value of this property is nil if there is no associated view.

## See Also

### Managing Writing Tools interactions

- [delegate](appkit/nswritingtoolscoordinator/delegate-swift.property.md)
- [NSWritingToolsCoordinator.Delegate](appkit/nswritingtoolscoordinator/delegate-swift.protocol.md)
