A friend recommended this massive video tutorial series for learning functional Swift.
π Point-Free: A video series exploring functional programming and Swift.

A friend recommended this massive video tutorial series for learning functional Swift.
π Point-Free: A video series exploring functional programming and Swift.

π iOS Application Design Patterns in Swift
This is great! This is what I’ve been wanting to do for comparison… They make a sample iOS app in five different architectures, including MVC, MVVM, RxSwift, View State-Driven MVC and Elm Architecture.

Book and/or video.
I love this idea. Finally an elegant way to wrap UserDefaults in Swift.
π Create the Perfect UserDefaults Wrapper Using Property Wrapper

Before there was Model-View-Controller, in 1979 there was THING-MODEL-VIEW-EDITOR.
This paper is 14 pages and lays the foundation for all iOS apps and most apps today in general. π€―
At the end, they finally get to “MODELS – VIEWS – CONTROLLERS”.

This article makes the interesting case that all iOS app are inherently MVC, and you shouldn’t fight it. π€·π»ββοΈ
Deep dive into MVC, MVVM, MVP, VIPER as a result of which weβll understand that for iOS there is only one possibility among them.
π The only viable iOS architecture
