---
title: NSTextContentManagerDelegate
framework: uikit
role: symbol
role_heading: Protocol
path: uikit/nstextcontentmanagerdelegate
---

# NSTextContentManagerDelegate

The optional methods that delegates of content manager objects implement for customizing or validating text elements.

## Declaration

```swift
protocol NSTextContentManagerDelegate : NSObjectProtocol
```

## Topics

### Finding a text element at a specific location

- [textContentManager(_:textElementAt:)](uikit/nstextcontentmanagerdelegate/textcontentmanager(_:textelementat:).md)

### Validating a text element

- [textContentManager(_:shouldEnumerate:options:)](uikit/nstextcontentmanagerdelegate/textcontentmanager(_:shouldenumerate:options:).md)

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

### Inherited By

- [NSTextContentStorageDelegate](uikit/nstextcontentstoragedelegate.md)

## See Also

### Customizing and validating text elements

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