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

# delegate

The delegate of the text-formatting coordinator.

## Declaration

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

## See Also

### Applying Updated Text Attributes

- [UITextFormattingCoordinatorDelegate](uikit/uitextformattingcoordinatordelegate.md)
