Unit Testing View Controllers and Views in Swift

Learn how to unit test UIViewController and UIView in Swift 5 with Xcode and XCTest. We’ll cover: benefits of unit testing view controllers; what we should be unit testing; how to design a view controller for testability; and sharpen our knowledge by writ… Read more

Similar

Splitting Up Swift Types

This week, let’s take a look at a few tips and techniques that can help us make our types more well-defined, by splitting our types up once their responsibilities have started to grow beyond the ideal scope of a single type. (more…)

Read more »

Rendering Moana with Swift

Moana (2048×858 pixels, 64 spp) rendered with Gonzales on a Google Cloud Instance with 8 vCPUs and 64GB of memory in roughly 26 hours. Memory usage is about 60GB. (Denoised with OpenImageDenoi… (more…)

Read more »