IOS
10. Jun 202626. Jul 20248. Jul 20245. Jul 20243. Jul 2024
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.
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.