Swift
Swift 5.10 Concurrency Survival Guide
You never know what you’re going to get when updating to a new version of Xcode. Historically, the only thing to worry about was the major version updates that came out in the fall. These include not only support for that year’s new operating systems but also various new IDE features and analysis tools (e.g., checkers and sanitizers). The minor version bumps, by contrast, were much more safe/boring.
Generating SwiftUI snapshot tests with Swift macros
This article describes how our Kiwi.com iOS project uses swift macros to drive automatic snapshot tests generation in order to keep tests synced with SwiftUI previews and to get rid of a lot of maintenance-requiring boilerplate.
Guide to advanced UI tests on iOS
No results found. Try another search.



