Apple Intelligence rolled out in iOS 18, first, and still, in limited form. This series of tutorials aim to bring you up to speed with how you can use the available frameworks to bring Apple Intelligence into your own app.
How to use Apple Intelligence Writing Tools in SwiftUI – A tutorial showing the currently very limited control you have when using Writing Tools in a SwiftUI TextEditor. Writing Tools are baked into some text views. This tutorial explains what can be done.
How to Use UIViewRepresentable – More AI Writing Tool Feature – This tutorial expands on how to use Apple Inteligence Writing Tools in SwiftUI by showing how to create a UIViewRepresentable to hold a UIKit view. By doing this, you get access to the delegate methods that inform you when writing tools are modifying text.