When .animation animates more (or less) than it’s supposed to
Explores unexpected behaviors and edge cases of SwiftUI's .animation modifier, detailing when animations apply to more or less of the view tree than intended.
Explores unexpected behaviors and edge cases of SwiftUI's .animation modifier, detailing when animations apply to more or less of the view tree than intended.
A guide to automatically incrementing iOS/macOS app build numbers in Xcode using a post-archive run script action.
A guide to synchronizing build numbers and marketing versions across multiple Xcode targets from a single source of truth.
A guide to refactoring a private callback-based Swift API to use async/await, using continuations for a cleaner codebase.
A guide for iOS developers on implementing private analytics using TelemetryDeck SDK, covering setup and basic event tracking.
A simple, cross-platform plain text editor for macOS, iOS, and visionOS, focusing on minimalism and distraction-free writing.
A guide to refactoring callback-based network APIs in Swift to use the modern async/await syntax for cleaner, more readable code.
Quick Launch is an iOS app that adds a customizable widget to your Lock Screen for opening websites, apps, and running shortcuts.
A tutorial on implementing Apple's Smart App Banner for iOS apps on a website, including deep linking setup.
A developer details the process of rewriting the Wally app for iOS 16 using SwiftUI 4, focusing on architecture, package management, and data migration.
A quick start tutorial for implementing Dynamic Island and Live Activities on iOS using Swift, WidgetKit, and Xcode.
A guide to the 'Any Text' app for Apple devices, covering features like widgets, Markdown styling, syncing, and troubleshooting.
A guide to using the Favorites Widget iOS app, explaining setup, features, and troubleshooting for quick-access contacts and shortcuts.
First part of a SwiftUI tutorial series on building a stocks app using Swift Charts and the Yahoo Finance API.
A technical guide on customizing SwiftUI Divider colors and thickness using overlays, with examples and common pitfalls.
A SwiftUI tutorial on customizing alert button styles, including using button roles and global tint color overrides.
Explores creating boundaries and compile-time safety for actions in The Composable Architecture (TCA) using protocols and custom linting rules.
A guide to implementing content tagging in SwiftUI using the TagKit library, covering slugification and customizable tag views.
A tutorial on building iOS widgets with SwiftUI, covering the TimelineProvider, entry views, and widget structure.
Discusses the lack of access control for Actions in The Composable Architecture (TCA) and the challenges it creates in large-scale Swift applications.