---
title: delegate
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/nstextcontentmanager/delegate
---

# delegate

The delegate for the content manager object.

## Declaration

```swift
weak var delegate: (any NSTextContentManagerDelegate)? { get set }
```

## See Also

### Customizing and validating text elements

- [NSTextContentManagerDelegate](uikit/nstextcontentmanagerdelegate.md)
- [NSTextContentManager.EnumerationOptions](uikit/nstextcontentmanager/enumerationoptions.md)
