#ios
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...
At work, we decided to switch from our current MVVM-C pattern to a VIP(-C) approach. It's not strictly implemented as suggested on...
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...
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...
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...