One of the problems I have with MVVM on iOS is that when using Storyboards, the life-cycle of view-controllers are just messed up.
I would love to see how a model object (just a POJO) is passed from one view controller to another, and how then that model's properties are bound to by the view model. The view controller binds UI elements' values to the view model, and we're done.
One of the problems I have with MVVM on iOS is that when using Storyboards, the life-cycle of view-controllers are just messed up.
I would love to see how a model object (just a POJO) is passed from one view controller to another, and how then that model's properties are bound to by the view model. The view controller binds UI elements' values to the view model, and we're done.