Oct 29, 20202 Design Principles I Personally Use for iOS ProjectsPractical application of Open-Closed Principle and Dependency Inversion Principle I’ll admit, sometimes when I look back at code that I wrote 2 years ago, I get confused myself. …Principles5 min read
Oct 29, 2020MVC vs MVVM in iOS (with examples)Practical ways to implement MVC and MVVM. Introduction The Model-View-Controller (MVC) design pattern is arguably one of the most widely used patterns in iOS app development. …Swift7 min read