Apple Intelligence launched with iOS 18, and along with that, several tools that can be integrated into your app. These include:
- Writing Tools
- Image Playground
- Genmoji
- Siri with App Intents
In this tutorial we’ll look at Writing Tools which brings Apple Intelligence to your app. However, to dig deeper into using Writing Tools, you’ll need to use a UIKit view. We’ll look at that in the next tutorial. For now, lets take a look at this VERY brief tutorial as writing tools in SwiftUI is limited to what is baked in.
Apple has added support to some text views, so if you use a TextEditor, for example, you can access writing tools in the normal way and proofread, rewrite, or ask for suggestions for the text you have entered.
[Read more…]