-
WWDC 2026 Viewing Guide
Jun 15, 2026 · 25 minute readMy WWDC 2026 viewing guide to help you plan the sessions you want to watch.
-
Format Swift with a Git Commit Hook
Nov 24, 2025 · 3 minute readHow do you automatically format your Swift code every time you commit it to your Git repository?
-
SwiftUI Custom URL Schemes
Oct 27, 2025 · 4 minute readCreate a custom URL scheme handler for SwiftUI WebViews.
-
iPhone 17 Screen Sizes
Oct 13, 2025 · 6 minute readThere’s less variation this year with the base iPhone 17 and Pro models sharing a display. The Plus model is gone but we get a new iPhone Air. Here’s what you need to know about the iPhone 17 models.
-
Swift Default Value in String Interpolations
Sep 7, 2025 · 2 minute readSwift 6.2 makes it easier to interpolate strings with optional values.
-
Treating Warnings As Errors In Swift Packages
Sep 1, 2025 · 2 minute readIn Swift 6.2, Swift Packages give us control over which compiler warnings to treat as errors.
-
Swift Raw Identifiers
Aug 18, 2025 · 2 minute readSwift 6.2 adds raw identifiers to the language. Let’s see where that might be useful.
-
Swift Observations AsyncSequence for State Changes
Aug 4, 2025 · 4 minute readSwift 6.2 introduces a new Observations type to stream state changes from an Observable type. Let’s see an example of why that can be useful.