<!--
{
  "availability" : [
    "iOS: 13.0.0 -",
    "iPadOS: 13.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: 13.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UITextFormattingCoordinatorDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(pl)UITextFormattingCoordinatorDelegate"
  },
  "title" : "UITextFormattingCoordinatorDelegate"
}
-->

# UITextFormattingCoordinatorDelegate

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

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

## Topics

### Updating Text Attributes

[`func updateTextAttributes(conversionHandler: ([NSAttributedString.Key : Any]) -> [NSAttributedString.Key : Any])`](/documentation/UIKit/UITextFormattingCoordinatorDelegate/updateTextAttributes(conversionHandler:))

Applies the current font panel settings to the selected text.

## Relationships

### Inherits From

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)