Tag Archives: swift

A dumb UI is a good UI: Using MVP in iOS with swift

The Model-View-Controller is a common design pattern when it comes to the development of an iOS application. Usually the view layer consists of elements from UIKit defined programmatically or in xib-files, the model layer contains the business logic of the application and the controller layer, represented by classes of UIViewController,… Read more »