SwiftUI
9. Jun 202626. Jul 20248. Jul 20245. Jul 20243. Jul 2024
Claude in the Foundation Models Framework: The Handoff Becomes a Pattern
Anthropic released a Swift package that wires Apple's Foundation Models framework to Claude. The interesting part isn't Claude in an app — it's the handoff pattern: on-device for fast and cheap, Claude for the hard part.
Four SwiftUI Layout Patterns That Belong in Every Project
Horizontal grids with sections, collapsible lists, star rating with mask, and tap feedback without Button.
SwiftUI ColorPicker — The Invisible Overlay Trick
The default ColorPicker is a tiny circle. With blur, scaleEffect, and opacity 0.014, you can turn it into a fully customizable button.
SwiftUI Custom ViewModifier — Define Once, Use Everywhere
Reusable modifiers as View extensions. One design change, one place in code.
SwiftUI Picker — Why Menu Has the Better Label
The inline Picker swallows its label. A Menu wrapper fixes the problem. Plus: a generic Enum Picker for less boilerplate.