Model controllers in Swift John Sundell demonstrates how we can use dedicated model controllers to improve code encapsulation, giving each defined type a very distinct and clearly defined area of responsibility. Posted on August 21, 2018 #model #encapsulation
Preventing views from being model aware in Swift In this edition of Swift by Sundell, John presents a few different approaches which can be used to decouple our UI code from our model code. Posted on March 23, 2018 #view #model