Conference website: https://iosconf.sg
VIP, not a VIPER, Clean Swift Architecture
VIP and VIPER, while having the same basic components, are quite different in their implementation. They both follow Uncle Bob's Clean Architecture principles and often tend to be mixed up due to their name similarities. This talk will introduce you to the VIP architecture and it’s principles. While specifically made for UIKit apps to fix the MVC problem (Massive View Controllers), we'll take a look at how we could implement it in SwiftUI apps.
Demo App built using VIP Clean Swift Architecture in UIKit.
Useful links to check: