Units and Measurement Conversion in Swift (Part 1)
A tutorial on using Swift's Foundation framework for unit and measurement conversion, covering Unit, Dimension, and Measurement types.
A tutorial on using Swift's Foundation framework for unit and measurement conversion, covering Unit, Dimension, and Measurement types.
A guide on using the enableWaterLock() API in WatchKit to disable the Apple Watch touch screen during water activities.
Explains why CoreData and CloudKit sync fails in production and provides steps to deploy the CloudKit schema correctly.
A technical guide on accessing and verifying app logs from within iOS UI Tests using SwiftUI and XCTest.
A developer details debugging a tricky App Group data sync bug between a SwiftUI app and its keyboard extension, involving deep links and multiple build configurations.
A developer shares their experience building an image generation app using SpriteKit and SwiftUI, including challenges and breakthroughs.
A recap of the third day of the Deep Dish Swift conference, covering new SwiftUI navigation, Server-Side Swift with GraphQL, presentation tools, and Live Activities.
A summary of Day 2 of the Deep Dish Swift conference, covering talks on company struggles, Swift algorithms, modular architecture, mentorship, and Swift Playgrounds.
A summary of the first day of the Deep Dish Swift indie dev conference, covering talks on app development, subscriptions, and CI/CD automation.
A technical guide on building a property change tracking and memoization system in Swift to optimize performance by avoiding redundant computations.
A curated biweekly newsletter covering mobile automation news, including CI/CD, testing tools, and best practices for iOS and Android development.
A tutorial on grouping and sorting collections in Swift using Dictionary(grouping:by:) and custom structures for ordered results.
A guide to using the Hummingbird framework for encoding and decoding HTTP data, including JSON, in Swift server applications.
A beginner's guide to routing and HTTP request handling using the Hummingbird server-side Swift framework, covering trie-based routing and dynamic parameters.
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.