MainActorMessage & AsyncMessage: Concurrency-safe notifications
Explains iOS/macOS 26+ concurrency-safe notifications using MainActorMessage & AsyncMessage protocols to replace standard Notification Center.
Explains iOS/macOS 26+ concurrency-safe notifications using MainActorMessage & AsyncMessage protocols to replace standard Notification Center.
A tutorial on implementing iOS-style large header titles that collapse on scroll in React Native using the Expo Router library.
Tutorial on building 3D scatter plots in Swift using Chart3D, part of Swift Charts with WWDC25 updates.
A developer shares their journey to joining Wealthsimple's mobile team and reflects on React Native's evolution and its limitations.
A technical guide on reproducing and fixing an I/O data race in Go using DTrace, including a minimal code reproducer and analysis.
Analysis of Apple's alleged anti-competitive tactics and non-compliance with the EU's Digital Markets Act (DMA), focusing on browser restrictions and misleading claims.
Learn how to use Swift's new Observations framework to observe @Observable model properties outside of SwiftUI with Xcode 26 and Swift 6.2.
A technical guide on implementing a blurry, translucent status bar for Progressive Web Apps (PWAs) on iOS using CSS backdrop-filter and mask properties.
Learn how to use Apple's new SpeechAnalyzer API in Swift for audio transcription on iOS 26 and macOS 26.
Using DTrace to determine if SQL files are accessed at build time or runtime in a Go application, focusing on I/O tracing.
Analyzes Apple's shift from ObservableObject and @Published to the @Observable macro, highlighting gaps in the new Observation framework for SwiftUI developers.
Announcing the Developer Preview of KeyboardKit 10, a major update merging SDKs and improving the library for building custom iOS keyboards.
A developer's wishlist for a unified social media app that connects to Bluesky and Mastodon with a clean UI and no duplicate posts.
Explores the challenges of managing code deprecations on iOS, covering both vendor and internal deprecations, and discusses the limitations of Apple's tooling.
A tutorial on using App Intents to open SwiftUI screens from Spotlight, covering foreground intents, navigation, and app shortcuts.
A technical guide on applying glass effects to groups of views in SwiftUI using the GlassEffectContainer for proper visual interaction and performance.
Explains how to use contentInsetAdjustmentBehavior and automaticallyAdjustContentInsets props in React Native's FlatList to manage content behind headers.
Learn to build a rich text editor in SwiftUI using AttributedString and TextEditor, with formatting buttons and selection handling.
A guide to implementing Universal Links for iOS apps, covering server setup and app configuration for secure deep linking.
SwiftUI now has a native WebView without UIViewRepresentable, available on iOS 26+, with WebPage for state control.