---
title: RichTextView
description: RichTextView renders Storyblok rich text content as native SwiftUI views.
url: https://www.storyblok.com/docs/libraries/swift/rich-text
---

# RichTextView

The `RichTextView` renders Storyblok rich text content as native SwiftUI views. The library is part of the [Storyblok Swift package](https://github.com/storyblok/storyblok-swift) and builds on [`StoryblokClient`](/docs/libraries/swift/content-delivery-api-client).

Importing `RichTextView` makes any `RichText` value conform to SwiftUI’s `View`, so you can place a decoded rich text field directly into a view hierarchy.

-   A delegate customizes how individual nodes render.
-   A handler intercepts internal story links to drive in-app navigation.

Learn more in [the developer guide](https://storyblok.github.io/storyblok-swift/documentation/richtextview/userguide).

For the complete documentation of `RichTextView`, browse the generated [API reference](https://storyblok.github.io/storyblok-swift/documentation/richtextview).

## Pagination

-   [Previous: Content Delivery API Client](/docs/libraries/swift/content-delivery-api-client)
-   [Next: Universal API Client](/docs/libraries/kotlin/universal-api-client)
