<!--
{
  "documentType" : "article",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/writing-tools",
  "metadataVersion" : "0.1.0",
  "role" : "collectionGroup",
  "title" : "Writing Tools"
}
-->

# Writing Tools

Add support for Writing Tools to your app’s text views.

## Discussion

Writing Tools provides a simple way for people to improve what
they write using your app. Text views that support Writing Tools
gain the ability to proofread, rewrite, summarize, or compose
content with the help of system-provided large language models
(LLMs) and Apple Intelligence.

Writing Tools supports both the standard system views and custom text
views you create. The [`UITextView`](/documentation/UIKit/UITextView) and [`UITextField`](/documentation/UIKit/UITextField) classes
automatically support Writing Tools, but you can customize that support
to suit your app’s requirements. You can also add Writing Tools support
to any [`UIView`](/documentation/UIKit/UIView) in your app that contains text.

## Topics

### Configuration

[Customizing Writing Tools behavior for UIKit views](/documentation/UIKit/customizing-writing-tools-behavior-for-system-views)

Modify the behavior of Writing Tools in standard iOS text views,
and adjust your app’s behavior while the feature is active.

[`UIWritingToolsBehavior`](/documentation/UIKit/UIWritingToolsBehavior)

Constants that specify the writing tools experience for the underlying view.

[`UIWritingToolsResultOptions`](/documentation/UIKit/UIWritingToolsResultOptions)

Constants to specify what type of content to allow in Writing Tools
suggestions or rewrites.

### Writing Tools for custom views

[Adding Writing Tools support to a custom UIKit view](/documentation/UIKit/adding-writing-tools-support-to-a-custom-uiview)

Add Writing Tools support, including support for inline replacement animations,
to your custom iOS views that contain text.

[`UIWritingToolsCoordinator`](/documentation/UIKit/UIWritingToolsCoordinator)

An object that manages interactions between Writing Tools and
your custom text view.

[`UIWritingToolsCoordinator.Delegate`](/documentation/UIKit/UIWritingToolsCoordinator/Delegate-swift.protocol)

An interface that you use to manage interactions between Writing Tools
and your custom text view.

[`UIWritingToolsCoordinator.Context`](/documentation/UIKit/UIWritingToolsCoordinator/Context)

A data object that you use to share your custom view’s text with Writing Tools.

[`UIWritingToolsCoordinator.AnimationParameters`](/documentation/UIKit/UIWritingToolsCoordinator/AnimationParameters)

An object you use to configure additional tasks or animations to
run alongside the Writing Tools animations.

### Text previews

[`UITargetedPreview`](/documentation/UIKit/UITargetedPreview)

An object describing the view to use during preview-related animations.

[`UIPreviewParameters`](/documentation/UIKit/UIPreviewParameters)

Additional parameters to use when animating a preview interface.

[`UIPreviewTarget`](/documentation/UIKit/UIPreviewTarget)

An object that specifies the container view to use for animations.



---

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)