Building Todo List iOS App with VIPER Architecture
Deciding which application architecture to use when building an iOS application is one of the most challenging task, there are many architectures to choose from MVC, MVVM, MVP, View State, VIPER and many more. . In this article we will build a simple TodoList app using VIPER as our application architecture.