Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 631 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 631 Bytes

MVVMC with storyboard

MVVM is one of replacement of MVC. One of con that MVX pattern not addressing is view navigation. Neither does MVVM. Therefore, there is MVVMC mentioned. C as coordinator is to separate navigation from view controller . When using MVVMC we find out it won’t be able to use storyboard. All benefits such as binding, autolayout with better maintainability and visibility lost when coordinator joined in.

This sample project shows how we can still integrate storyboard with MVVMC. See detail description from below link.

https://medium.com/@alex.hsieh/mvvmc-with-storyboard-in-ios-4c97ffdfd7b2#.k5dl9s9ye