Hi Guys, I'm an iOS developer with some experience and this question is really interesting to me. I saw a lot of different resources and materials on this topic, but nevertheless, I'm still confused between MVC and MVVM.
I know MVC is the preferred architectural pattern but I am scared about bloated ViewControllers in my project. While researching, I have found that few articles that mention that MVC is the best one to follow :
raywenderlich.com/132662/mvc-in-ios-a-modern-appr…
while few talks about using MVVM to avoid Massive View Controllers:
matteomanferdini.com/mvvm-pattern-ios-swift
developer.ibm.com/open/2015/12/16/using-a-model-v…
simform.com/mvc-mvp-mvvm-mobile-app-development
My concern is what architectural pattern do you guys suggest to follow:
No responses yet.