Blog
-
Defining Multiple Accessibility Actions in SwiftUI
Defining multiple custom accessibility actions in SwiftUI is tricker than it first appears. In this post we'll explore why and some possible workarounds to get it working.
Read More -
Skipping Tests in Xcode
In this post, we’ll explore a number of different techniques we can use to disable or skip tests in Xcode, more specifically we'll be looking into how we can skip tests based on the OS or Xcode version in use.
Read More -
Markdown test specifications
An interesting use of markdown files as test specifications for xcdiff - a Swift command line tool.
Read More -
Safe Area Insets
The interesting and somewhat odd UIKit safeAreaInsets behaviour when using child view controllers.
Read More -
Live Reset For UI Tests
How to leverage live reset to speed up your UI tests!
Read More