Swift Evolution proposals in Alfred
A developer fixes and updates an Alfred workflow for searching Swift Evolution proposals, adding new features like copy actions.
A developer fixes and updates an Alfred workflow for searching Swift Evolution proposals, adding new features like copy actions.
A tutorial on building server-side applications using the Hummingbird framework in Swift, covering setup and key features.
Explains how Swift's Foundation framework uses the ~= operator for concise pattern matching against specific error codes in catch blocks.
Explores the architectural differences between creating custom SwiftUI views and using modifiers, with examples of how to achieve similar UI results.
Tips for improving iOS share sheet UX using UIActivityItemSource and LPLinkMetadata for better previews and data control.
A guide to creating and unit testing asynchronous commands in the Vapor framework for Swift, including a workaround for async support.
A guide to best practices for using The Composable Architecture (TCA) framework, covering reducers, effects, and performance optimization.
A technical guide to implementing iOS 16's 'Shared with You' APIs in third-party apps, including code examples and prerequisites.
Part 3 of a series on widget architecture, focusing on automating in-app help documentation using Sourcery and custom Decodable implementations.
Explains parallel task execution in Swift using GCD, Operation Queues, and the new structured concurrency API with practical code examples.
A technical guide on implementing a 'double tap tab bar to scroll to top' feature in an iOS app using UITabBarControllerDelegate.
A tutorial on implementing an abstract, driver-based service factory design pattern for the Vapor framework in Swift.
A beginner's tutorial on building a basic TCP echo server using the SwiftNIO network framework for Swift developers.
Part 2 of a series on building data-driven, composable widgets, covering live reload, automated registration, and JSON-based configuration.
A tutorial on implementing multipart/form-data file uploads in Swift without third-party libraries, covering HTTP theory and practical code.
A tutorial on using Makefiles to automate common tasks like building, testing, and deploying server-side Swift projects.
A technical guide on customizing iOS share sheet content for AirDrop using the UIActivityItemSource protocol in Swift.
A guide to enabling landscape orientation for a single screen (like a gallery) in a UIKit iOS app while keeping the rest of the app portrait-only.
A guide to implementing Dynamic Type support with monospaced digit fonts in iOS apps to prevent UI layout shifts.