Home > AI > IOS >

TestMVVM-Conceptual Model

Case 1: Current Conceptual Model: the view only has 1 list view (MovieListView).

Case 2: The Conceptual Model for a a bit more complicated case: MyMoviewView has two list views (MovieListView and AnotherListView) and they are managed by one view model (MyMovieViewModel).

Case 3: The Conceptual Model for another version. We have two view models in the MyMovieView.

Leave a Reply