swift_swiftui
SwiftUI
This skill covers SwiftUI framework concepts for building declarative user interfaces.
Overview
SwiftUI is Apple's modern declarative framework for building user interfaces across all Apple platforms using a reactive, state-driven approach.
Available References
- Property Wrappers - @State, @Binding, @ObservedObject, @StateObject, @Environment
Quick Reference
State Management Decision Tree
More from swiftzilla/skills
swift_concurrency
Swift modern concurrency with async/await, Task, Actor, Swift 6 strict mode, Sendable, and structured concurrency patterns.
40swift_style
Swift style guidelines covering naming conventions, code organization, and best practices for writing idiomatic Swift code.
35swift_combine
Swift Combine framework for reactive programming, handling asynchronous events with publishers, subscribers, and operators.
32swift_testing
Swift Testing framework for unit tests, integration tests, and async testing with modern syntax.
26swift_structure
Swift language structures including collections, optionals, closures, generics, control flow, and core language features.
24swift_package_manager
Swift Package Manager (SPM) for dependency management, package creation, and modular code organization.
24