Everything you care about in one place

Follow feeds: blogs, news, RSS and more. An effortless way to read and digest content of your choice.

Get Feeder

avanderlee.com

SwiftLee

Get the latest updates from SwiftLee directly as they happen.

Follow now 57 followers

Latest posts

Last updated 6 days ago

Default Actor Isolation in Swift 6.2

6 days ago

Default Actor Isolation in Swift 6.2 allows you to run code on...

@concurrent explained with code examples

12 days ago

Swift 6.2 introduced many changes during WWDC 2025, including a new @concurrent...

Billing Grace Period Explained: How It Works and Why It Matters

26 days ago

Users with auto-renewable subscriptions can enter a billing grace period if their...

Institutional Purchases: Understanding and Detecting

about 1 month ago

A download spike caused by Institutional purchases visible in App Store Connect...

SwiftUI ForEach Explained with Code Examples

about 2 months ago

If you’re building dynamic lists or repeating UI components in SwiftUI, there’s...

Swift 6.2: A first look at how it’s changing Concurrency

2 months ago

Swift 6.2 is the upcoming release of Apple’s native language. It’s currently...

Swift Reduce: Combining elements into a single value

2 months ago

The Swift reduce method allows you to produce a single value from...

SwiftUI Grid, LazyVGrid, LazyHGrid Explained with Code Examples

3 months ago

SwiftUI Grid, LazyVGrid, and LazyHGrid are UI elements that allow you to...

SwiftUI TabView: Explained with Code Examples

3 months ago

The SwiftUI TabView allows you to create a tabbed view and is...

Swift Concurrency Course: Modern Concurrency & Swift 6

3 months ago

A Swift Concurrency Course that helps you learn all the fundamentals of...

Picker in SwiftUI explained with code examples

3 months ago

The picker control in SwiftUI allows you, as a developer, to create...

What is Structured Concurrency?

4 months ago

When we talk about Swift Concurrency, we also often mention Structured Concurrency...