While navigating our app at work, I try to keep an eye on the debug output and find warnings about broken layout constraints. This happens from time...
Making flaky tests fail · Have you ever had a flaky test in your codebase? I did. Let me tell you, it isn't enjoyable. The main problem is (who would...
If it looks like a button and behaves like a button, then it probably should be a button · While writing another post for my accessibility series, I...
I always liked Twitter a lot. After leaving Facebook many years ago, Twitter was my one and only social network. For me, the best thing about Twitter...
As you might know, I'm learning to create accessible iOS apps at the moment. If you are interested in the details, check out my blog post series Learn...
Before we dive into the details of how to improve the accessibility of your (SwiftUI-based) iOS apps, we should see what SwiftUI does for us...