Are there any MVVM frameworks for Objective-C that are widely used on iOS (iPhone / iPad)?
I am a .net developer who has just started working with iOS (read tutorials, made some simple test applications), and at first glance iOS MVC looks pretty much like WinForms to me (correct me if I am wrong). WinForms "evolved" into WPF with MVVM, simplifying the separation of problems.
Is there something similar to MVVM for iOS? In the MonoTouch world, I have seen at least mvvmcross using MVVM. What about Objective-C? Or is there really no need for this in the iOS world?
Shaddix
source share