Should I Create Separate ViewModels for Popups in a MVVM SwiftUI App or Use Existing ViewModels?
I’m developing a SwiftUI app with 3 fixed views, each associated with its own ViewModel. Each of these views contains a button that triggers a popup, with each popup containing different logic and functionality to save, edit data.