iOS & Swift
One of my favourites. Here I write about Swift and iOS development. It is noticeable that I mainly focus on iOS development right now. I cover topics from small coding problems to detailed descriptions of app architecture.
iOS & Swift
Data Binding in SwiftUI: Tips, Tricks, and Best Practices
Want to create dynamic and responsive user interfaces in SwiftUI? Data binding is the key! In this tutorial, I'll show you how to use @State, @ObservedObject, @EnvironmentObject, and @Binding to keep your user interface in sync with your data