November 4, 2023 Daniel Gallego concurrency, SwiftUI Async await: Update SwiftUI view In this post, we are going to showcase some common examples of working with async await and update a SwiftUI view. Let's consider a scenario where we need to perform… Read More
January 4, 2023 Daniel Gallego SwiftUI Modifiers in SwiftUI Modifiers in SwiftUI allows us to describe a customization for a view. We can use it directly to wrap a view or we can create an extension, which will apply… Read More