ios-swiftui-patterns

Official

Declarative UI patterns for SwiftUI.

AuthorTheBushidoCollective
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Helps iOS developers build modern, maintainable user interfaces with SwiftUI by organizing state, data flow, and view composition in a declarative style.

Core Features & Use Cases

  • State Management Patterns: Use @State, @Binding, @StateObject, @ObservedObject, and @EnvironmentObject to manage local and shared state.
  • Observable & Data Flow: Patterns for propagating changes through the view hierarchy.
  • Best Practices: Compose views, prefer value types, and reuse modifiers.

Quick Start

Create a simple ContentView that uses @State for a local counter, an @ObservedObject model for user data, and an @EnvironmentObject for app settings.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: ios-swiftui-patterns
Download link: https://github.com/TheBushidoCollective/han/archive/main.zip#ios-swiftui-patterns

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository