Building Large-Scale Apps with SwiftUI: A Guide to Modular Architecture
35 min readMar 1
--
Update (03/02/2023): Added View Specific Logic section.
Software architecture is always a topic for hot debate, specially when there are so many different choices. For the last 8–12 months, I have been experimenting with MV pattern to build client/server apps and wrote about it in my original article SwiftUI Architecture — A Complete Guide to…