Who says we should not use MVC in 2023 in iOS Projects. Especially for SwiftUI, I have found dividing code using the MVC way works really for me. This is the 3rd SwiftUI Project I am creating using MVC in SwiftUI and works like a charm for me
#SwiftUI #iOSDev
@simrandotdev No one does, some even suggest it might an OKayish way to do things: http://www.alwaysrightinstitute.com/viewcontroller/
Model View Controller for SwiftUI

Overall SwiftUI has been well received after its introduction. However, something most developers stumble upon quickly is how to structure non-trivial applications. One option is to just stick to MVC and get a reasonably clean architecture that isn’t full of hacks.