SwiftUI

9. Jun 2026

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.
KI · Apple Silicon · SwiftUI · WWDC2026
26. Jul 2024

Four SwiftUI Layout Patterns That Belong in Every Project

Horizontal grids with sections, collapsible lists, star rating with mask, and tap feedback without Button.
iOS · SwiftUI
8. Jul 2024

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.
iOS · SwiftUI
5. Jul 2024

SwiftUI Custom ViewModifier — Define Once, Use Everywhere

Reusable modifiers as View extensions. One design change, one place in code.
iOS · SwiftUI
3. Jul 2024

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.
iOS · SwiftUI