IOS

10. Jun 2026

WWDC26 for Developers: Foundation Models, Core AI, and an Agentic Xcode

An overview of the WWDC26 Platforms State of the Union: the Foundation Models framework opens up to server models and goes open source, the new Core AI brings your own models on-device, and Xcode 27 puts agentic coding at the center.
KI · Apple Silicon · iOS
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