I want to develop an Chatbot that will have very rich text using NSAttributedString UIKit. Find appropriate WWDC video.

Asked on 06/16/2025

1 search

To develop a chatbot with rich text using NSAttributedString in UIKit, you might find the session titled "Develop for Shortcuts and Spotlight with App Intents" from WWDC 2025 useful. This session discusses how attributed strings can be used to handle rich text output from models and integrate it seamlessly into apps. You can check out the session here.

Additionally, for a more hands-on approach, the session "Code-along: Cook up a rich text experience in SwiftUI with AttributedString" provides a detailed walkthrough on building rich text experiences, although it focuses on SwiftUI. This session might still offer valuable insights into handling attributed strings. You can start with the TextEditor and AttributedString chapter.

These sessions should provide a good foundation for working with rich text in your chatbot application.