AlexHsieh / MVVMCS

MVVMC with storyboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

MVVMC with storyboard


Languages

Language:Swift 100.0%