Tag: Architecture
All the articles with the tag "Architecture".
-
Better MVVM setup with POP and Runtime
Even if we are writing pure Swift code in our app, we still deal with Objective-C Frameworks like UIKit.
-
iOS Architecture
I recently did a talk in Prague about iOS Application Architecture, you can watch it here.
-
iOS App Architecture, Part 2: Data parsing
Last time we set our project, this time we look at how we could create a simple yet flexible architecture for our model layer.
-
iOS App Architecture, Part 1: Setting up
This will be subjective look at creating iOS app, first part will focus on basics like project setup, folder structure, version control and some quality...