text-rich-content
Installation
SKILL.md
SwiftUI Text and Rich Content
Comprehensive guide to SwiftUI text rendering, AttributedString, native Markdown support, and rich text editing for iOS 26 development.
Prerequisites
- iOS 15+ for AttributedString (iOS 26 recommended for rich text editing)
- Xcode 26+
Basic Text
Text View Fundamentals
// Simple text
Text("Hello, World!")