🆕 What’s New
WWDC25: June 9-13, 2025
WWDC is officially on the calendar: June 9–13. As always, it’s the most important week of the year for Apple developers — and the best chance to get early access to what’s coming next.
Whether you’re tuning in for new Swift features, platform changes, or just hoping for fewer Xcode bugs 🙏, this is where the future of Apple development gets defined.
And this year, expectations are sky-high — we might be looking at the biggest iOS redesign since iOS 7.
Mark your calendars — and don’t just watch the keynote. The real value often comes from the labs, deep dives, and smaller sessions.
📚 Must Read
Awaiting Multiple Async Tasks in Swift
If you’re still using multiple await calls in a row — you’re missing out. This post clearly explains how async let
simplifies concurrent task execution in Swift, with cleaner syntax and better performance. A must-read if you’re working with async code.
SwiftUI TabView: Explained with Code Examples
Antoine breaks down everything from basic tabs to advanced customization with sidebarAdaptable, badges, and even tab sections.
Personally, I’m still using UIKit as the root container in most of my apps — but this article is a strong argument to finally make the switch.
Method Dispatch in Swift: Static vs Dynamic
If you’ve ever wondered how Swift decides which method to run — this is your deep dive. The article breaks down dispatch mechanics (v-tables, witness tables, and more) with clear examples and performance implications.
Perfect for understanding what really happens under the hood — and when performance matters.
🛠️ Toolbox
WWDCNotes
Every year, this community-driven site becomes my go-to place to skim WWDC sessions in text form — clean, fast, and super useful when I don’t have time to watch every video.
🍬 One More Thing…
This is the very first issue of The iOS Weekly Brief — and I’m just getting started.
Each week, I’ll bring you only the most valuable articles, fresh Apple updates, and real tools worth trying — no fluff, just the good stuff.
Thanks for being here from day one. Let’s build something great — together. 🚀
👋 That’s it for this week
If you enjoyed this issue of The iOS Weekly Brief, consider forwarding it to a colleague!
Until next Friday — keep shipping 🍏