Archive

All bites

Every bite on Bitesize Swift, ordered from newest to oldest.

March 2026

  • Article Capabilities Showcase

    Synthetic article demonstrating all supported rendering features in one place.

    Swift Testing Fixtures
  • Understanding PreferenceKey in SwiftUI

    How PreferenceKey lets child views communicate information back up the view tree.

    SwiftUI Layout Swift
    A SwiftUI layout diagram showing a child view reporting preference values upward
  • Borrowing and consuming, the ownership of values

    Borrowing, consuming, and why Swift's ownership model matters.

    Swift Memory Compiler
    A visual diagram contrasting borrowing and consuming in Swift
  • Actor Isolation Essentials

    A practical mental model for protected state and cross-actor calls in Swift.

    Swift Concurrency Actors
    A diagram showing actor-isolated state with controlled async access
  • SwiftData Query Design Basics

    Structure SwiftData queries so the fetch logic stays predictable as your models evolve.

    SwiftData Persistence Data
  • Swift Testing Traits Overview

    Use traits deliberately so Swift Testing communicates intent instead of just decorating test code.

    Swift Testing Testing Swift