Lars Richter
Lars Richter's Blog

Lars Richter's Blog

Follow
Follow
homebadges
Tag

Swift

#swift

More content

Read more stories on Hashnode


Articles with this tag

Learn Accessibility on iOS With Me - Grouping and labels

Jun 11, 20234 min read

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...

Learn Accessibility on iOS With Me - Grouping and labels

Book Review: Test-Driven Development in Swift

Feb 10, 20233 min read

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...

Book Review: Test-Driven Development in Swift

How I debug broken layout constraints in AutoLayout

Dec 28, 20224 min read

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...

How I debug broken layout constraints in AutoLayout

Quick Tip: Running tests repeatedly in Xcode

Dec 26, 20222 min read

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...

Quick Tip: Running tests repeatedly in Xcode

Multiple Buttons in a SwiftUI List Element

Nov 19, 20223 min read

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...

Multiple Buttons in a SwiftUI List Element

Learn Accessibility on iOS With Me - SwiftUI basics

Nov 1, 20223 min read

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...

Learn Accessibility on iOS With Me - SwiftUI basics