Implementing Writing Tools in your app
Writing Tools is an Apple Intelligence feature that is available system-wide and can help you proofread, rewrite, and summarize text. Writing Tools appears automatically when your app is running in a supported environment, as long as you are using a UITextView
, NSTextView
, or WKWebView
in your app. Apple has also introduced text view delegate methods and properties so that your app may take appropriate action when Writing Tools is in use.
To view Apple’s WWDC24 video on Writing Tools, see: https://developer.apple.com/videos/play/wwdc2024/10168/.
To see Writing Tools in action, you’ll run the JRNL app on your Mac and use Writing Tools to modify the text in the Add New Journal Entry screen. You’ll also explore the new text view delegate methods and properties introduced by Apple. Follow these steps:
- Open System Settings on your Mac, choose Apple Intelligence & Siri in the sidebar, and switch...