---
title: UITextFormattingCoordinatorDelegate
framework: uikit
role: symbol
role_heading: Protocol
path: uikit/uitextformattingcoordinatordelegate
---

# UITextFormattingCoordinatorDelegate

The methods that delegates of text-formatting coordinators implement to apply font panel settings to the currently selected text.

## Declaration

```swift
@MainActor protocol UITextFormattingCoordinatorDelegate : NSObjectProtocol
```

## Topics

### Updating Text Attributes

- [updateTextAttributes(conversionHandler:)](uikit/uitextformattingcoordinatordelegate/updatetextattributes(conversionhandler:).md)

## Relationships

### Inherits From

- [NSObjectProtocol](objectivec/nsobjectprotocol.md)

## See Also

### Applying Updated Text Attributes

- [delegate](uikit/uitextformattingcoordinator/delegate.md)
