MVVM in SwiftUI
Model-View-ViewModel (MVVM) is an architectural pattern that has gained a lot of popularity in recent years, especially in the context of developing mobile applications. With the release of SwiftUI, Apple's new framework for building user interfaces,...
xavier7t.com4 min read
Abdurahmon Jamoliddinov
iOS Dev from Kokand
What do you think about using @ObservedObject instead of @StateObject, is it good practice or is it better to use @StateObject?