Keith Harrison · Use Your Loaf - iOS Development News & Tips

  • WWDC 2026 Viewing Guide

    Jun 15, 2026 · 25 minute read

    My 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 read

    How 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 read

    Create a custom URL scheme handler for SwiftUI WebViews.

  • iPhone 17 Screen Sizes

    Oct 13, 2025 · 6 minute read

    There’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 read

    Swift 6.2 makes it easier to interpolate strings with optional values.

  • Treating Warnings As Errors In Swift Packages

    Sep 1, 2025 · 2 minute read

    In Swift 6.2, Swift Packages give us control over which compiler warnings to treat as errors.

  • Swift Raw Identifiers

    Aug 18, 2025 · 2 minute read

    Swift 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 read

    Swift 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.

Read the original on useyourloaf.com ↗