Swiftui

9 articles about swiftui.

AI Coding Technique: Change One File, Migrate the Entire Codebase

·2 min read

A practical AI coding technique - manually change one SwiftUI file, then have Claude Code migrate 1500+ hardcoded calls across the entire codebase to match.

ai-codingclaude-codemigrationswiftuirefactoringdeveloper-workflow

Why We Build AI Tools with SwiftUI Instead of Electron

·2 min read

Native macOS apps feel right - proper keyboard shortcuts, menu bar integration, system notifications. Electron apps are cross-platform but feel foreign on Mac. Here is why we chose SwiftUI for Fazm.

swiftuielectronmacosnative-appdeveloper-tools

Why Small Separate SwiftUI Utility Packages Beat Monorepos with AI Agents

·3 min read

When working with AI coding agents, keeping SwiftUI utilities as separate packages prevents the agent from attempting unwanted refactors of your shared code.

swiftuiswift-packagesmonorepoai-agentscode-organization

Opus 4.5 vs 4.6 for SwiftUI Debugging - How 4.6 Diagnosed a Constraint Loop Crash

·3 min read

Claude Opus 4.6 diagnosed a SwiftUI constraint loop crash that had been crashing for weeks - a problem Opus 4.5 could not solve. Here is what changed.

opus-4.6opus-4.5swiftuidebuggingconstraint-loopmacos

Building a Production iOS App in 35 Hours with Claude Code

·3 min read

A real experience building a production-quality iOS app with Claude Code in 35 hours. The logic was easy - SwiftUI styling was the hardest part by far.

claude-codeiosswiftuiswiftapp-developmentproductionstyling

PWA vs Native macOS App - How to Decide for Your AI Tool

·2 min read

PWA is fastest to ship but feels like a wrapper. Native SwiftUI gives you proper notifications, menu bar integration, and system-level shortcuts. For AI agents that need OS access, native wins.

pwanative-appswiftuimacosarchitecture

Building a Floating Toolbar in SwiftUI for macOS - Lessons from a Desktop Agent

·3 min read

Practical SwiftUI patterns for building a floating toolbar on macOS - @State layout management, frame animations, and keyboard height tracking for menu bar apps.

swiftuimacostoolbarui-designmenu-bar

Fixing SwiftUI LazyVGrid Performance Issues on macOS

·2 min read

LazyVGrid jitter and stuttering on macOS comes from view identity instability. Here are practical fixes: stable .id() values, extracted cell views, async image loading, and avoiding inline closures.

swiftuilazyvgridperformancemacosoptimization

Building Visual Wrappers for Claude Code - Why Some Developers Go Native

·2 min read

Claude Code's terminal interface works but debugging AI agent actions is easier with a visual UI. Some developers build native macOS wrappers with SwiftUI for better observability.

visual-wrapperclaude-codeswiftuidebuggingdeveloper-tools

Browse by Topic