Learn how to leverage SwiftUI property wrappers effectively beyond traditional Views by conforming to DynamicProperty.
writing code
Hello 👋🏻
My name is Magnus, and welcome to my universe on the internet 🔮.
I do a lot of programming at my work and in my spare time. Whenever I wanna tell a story about something programming-wise, perhaps a guide, a lesson, or an explanation of a concept, I will post it here. I try only to post meaningful things, so this is not the most active page at the moment, but you can expect work to be in the universe of Swift. Along with posts, I also present my noteworthy projects and special pages.
Thanks for checking in! There is also a RSS-feed if you wanna be noticed of new posts.
Learn how to leverage SwiftUI property wrappers effectively beyond traditional Views by conforming to DynamicProperty.
Understanding when to use `withAnimation` in SwiftUI
Create a SwiftUI trailing label textfield that visually aligns the label with the input value, improving the user experience in forms.