0

Hi just want to ask is it possible to have two(2) ViewModels in MVVM. Directory model is like this:

  • AppView
    • View
    • ViewModel1
    • ViewModel2
    • ViewController (can access two viewsModels)

Thanks

starTreyk
  • 83
  • 2
  • 13

1 Answers1

0

No, it is not possible to have two view models for one view.

Saki
  • 5,827
  • 2
  • 15
  • 15