Swiftable
Practical SwiftUI writing that helps you ship cleaner code.
Mental models, notes, and tutorials for everyday Swift and SwiftUI work, written with a strong focus on clarity.
57 published articles 23 essays 22 notes 12 tutorials
Featured
A few good starting points.
Latest
Freshly published posts.
Property Wrappers as API Design
An essay about treating property wrappers as boundaries, not magic syntax.
App Intents and Siri Boundaries
A short SwiftUI note on keeping App Intents thin, explicit, and easy to reason about.
Foundation Models and Feature Boundaries
An essay about keeping AI features explicit, testable, and safely bounded inside a SwiftUI app.
What's New in SwiftData
A practical note on reading SwiftData updates through ownership, previews, and feature boundaries.
Preview Dependency Injection Workflow
A step-by-step SwiftUI tutorial for wiring previews with the same dependencies your feature uses in the app.
Xcode 27 Beta: Agentic Coding Workflows for SwiftUI
A short SwiftUI note on using agentic coding workflows without losing review discipline.