You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
I will consider this for a future addition to the project, but I don't guarantee anything. I probably need to update ReactiveCocoa,etc on this project first
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.
The text was updated successfully, but these errors were encountered: