New App: Randa
Introducing Randa, a simple app for generating random numbers across Apple platforms, useful for decisions, games, and more.
Introducing Randa, a simple app for generating random numbers across Apple platforms, useful for decisions, games, and more.
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 technical guide for upgrading to PHP 8.2 on macOS using the Homebrew package manager, including version switching and extension management.
A guide to refactoring a private callback-based Swift API to use async/await, using continuations for a cleaner codebase.
A simple macOS menu bar app that shows today's calendar events and provides quick access to join video calls.
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.
A guide to the 'Any Text' app for Apple devices, covering features like widgets, Markdown styling, syncing, and troubleshooting.
A technical guide on customizing SwiftUI Divider colors and thickness using overlays, with examples and common pitfalls.
A tutorial on using SwiftUI 4's new NavigationSplitView component to create sidebar-based navigation for iPad and macOS apps.
Learn how to use the macOS Terminal 'open' command to quickly open the current directory, specific files, or URLs in Finder and other applications.
Learn to integrate iOS 16's Live Text feature into SwiftUI apps using VisionKit in this video tutorial.
Guide to running SketchUp Make 2017 on an M1 Mac with macOS Monterey by removing code signatures via Terminal.
A tutorial on customizing the default 'About' screen in Mac applications using two different methods for AppKit and SwiftUI.
A guide to using Apple's new ExtensionKit and ExtensionFoundation APIs to create custom extension points for macOS applications.
A tutorial on using the QuickLook framework to preview images and PDFs in SwiftUI apps for iOS and macOS.
A tutorial on using SwiftUI 4's new ImageRenderer to convert views into images, covering setup, async handling, and resolution fixes.
Using conditional compilation and deployment targets to manage SwiftUI version compatibility and remove outdated code shims.