Apple Intelligence 的 Writing Tools 怎么能够被开发者调用?
Asked on 06/21/2025
1 search
Apple Intelligence's Writing Tools can be integrated into your apps using a variety of APIs provided by Apple. These tools, such as Proofread, Rewrite, and Summarize, can be used in an automated fashion and are available as shortcuts to enhance workflows. Here are some ways developers can call and integrate these tools:
-
Standard UI Frameworks: If you're using standard UI frameworks to render text fields, your app will automatically support Writing Tools. This includes features like rewriting, proofreading, and summarizing text.
-
APIs for Custom Text Engines: For those with custom text engines, Apple provides APIs to integrate Writing Tools. You can use the Writing Tools Coordinator API to manage interactions and results within your custom text engine.
-
TextView Delegate API: This API allows you to customize how your app behaves while Writing Tools is active. For example, you can pause syncing to avoid conflicts when Apple Intelligence is processing text.
-
Rich Text and Presentation Intents: Writing Tools support rich text by using attributed strings, preserving styles, links, and attachments. You can also ask Writing Tools to return presentation intents for rich text.
-
Integration with System Text Controls: By using system text controls, your app can automatically support features like Genmoji and Image Playground, which are part of the Apple Intelligence suite.
For more detailed information on implementing these features, you can refer to the session Dive deeper into Writing Tools (00:01:07) and Get started with Writing Tools (00:00:07).

Dive deeper into Writing Tools
With Writing Tools, people can proofread, rewrite, and transform text directly within your app. Learn advanced techniques to customize Writing Tools for your app. Explore formatting options and how they work with rich text editing. If you have a custom text engine, learn how to seamlessly integrate the complete Writing Tools experience, allowing edits directly within the text view.

Platforms State of the Union
Discover the newest advancements on Apple platforms.

Discover machine learning & AI frameworks on Apple platforms
Tour the latest updates to machine learning and AI frameworks available on Apple platforms. Whether you are an app developer ready to tap into Apple Intelligence, an ML engineer optimizing models for on-device deployment, or an AI enthusiast exploring the frontier of what is possible, we’ll offer guidance to help select the right tools for your needs.