Steven CurtisFollowApr 29, 2020·4 min read·Member-onlyMVC in SwiftThe traditional methodPrerequisites:Some understanding of OO terminology and practicesTerminologyModel: Where data, and logic that manipulates the data is stored. Perhaps model objects, or networking code is stored here.Think of this as the what of the App.