swiftui-26-ref

Implement iOS 26 SwiftUI features with Liquid Glass and 3D layouts.

1.1k|81|Updated Nov 30, 2025
One-click install
npx skills add https://github.com/CharlesWiltgen/Axiom --skill swiftui-26-ref
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: swiftui-26-ref
Source: https://github.com/CharlesWiltgen/Axiom/tree/main/.claude-plugin/plugins/axiom/skills/swiftui-26-ref
Command: npx skills add https://github.com/CharlesWiltgen/Axiom --skill swiftui-26-ref

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This reference covers iOS 26+ SwiftUI features, including Liquid Glass, 3D layouts, AttributedString, and visionOS integration.

Core Features & Use Cases

  • Liquid Glass adoption patterns for navigation and UI
  • Animatable macro, 3D layouts, and enhanced text editing
  • Cross-platform considerations (iOS, visionOS, macOS)

Quick Start

Prompt: "Show how to apply the @Animatable macro to a custom view."

Frequently Asked Questions about swiftui-26-ref

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement Liquid Glass design patterns in SwiftUI for iOS 26?

Liquid Glass is a design system in iOS 26+ SwiftUI that provides modern navigation and UI styling. Apply it by adopting the built-in Liquid Glass modifiers and patterns across your views; the system automatically handles design adoption across compatible Apple platforms including iPadOS, macOS Tahoe, watchOS, and visionOS.

What is the @Animatable macro and how do I use it in custom views?

The @Animatable macro in SwiftUI 26 enables smooth property animations on custom views without manual animation logic. Apply it to properties you want to animate; the macro automatically interpolates values during transitions, simplifying complex animations across iOS 26+, iPadOS, macOS, and visionOS.

Can I use SwiftUI 26 features like 3D layouts and WebView on visionOS?

Yes. SwiftUI 26 supports 3D spatial layouts, scene bridging, and WebView integration on visionOS 26, alongside iOS 26+, iPadOS 26+, macOS Tahoe, and watchOS 26. The Skill covers cross-platform considerations and bridging patterns for seamless deployment across all platforms.

What new view modifiers does SwiftUI 26 provide for UI control?

SwiftUI 26 introduces view modifiers including sliderThumbVisibility and safeAreaBar, alongside enhanced drag-and-drop, AttributedString rich text editing, and Chart3D support. These modifiers work across iOS 26+, iPadOS, macOS Tahoe, watchOS, and visionOS for comprehensive UI refinement.

How do I integrate AttributedString rich text editing in SwiftUI 26?

AttributedString in SwiftUI 26 enables rich text editing with formatting support across Apple platforms. Implement it to handle formatted text input and display; the framework provides native support on iOS 26+, iPadOS, macOS Tahoe, watchOS, and visionOS with automatic platform adaptation.

What performance optimizations should I apply when using SwiftUI 26 across multiple Apple platforms?

SwiftUI 26 requires attention to cross-platform performance, particularly with 3D layouts on visionOS and rich text operations. Apply platform-specific optimizations for iOS, iPadOS, macOS, watchOS, and visionOS; the Skill covers technical requirements and patterns for maintaining performance across all devices.