#swift
Read more stories on Hashnode
Articles with this tag
In the first post of this series, we got a better understanding of accessibility by navigating our apps using VoiceOver. In the second post, we talked...
I like Test-Driven Development (TDD). It's a great idea to use tests to guide you through your development process. Just like the idea to end your day...
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...
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...