ReactiveCocoa / ReactiveViewModel

Model-View-ViewModel, using ReactiveCocoa
MIT License
1.96k stars 259 forks source link

I'd like to know how to setup a ReactiveViewModel with multiple Models? #46

Open zzdjk6 opened 9 years ago

zzdjk6 commented 9 years ago

It seems that ReactiveViewModel assume that a ViewModel only has 1 Model.

What if I want to bind a ViewModel to multiple Models?

mpurland commented 8 years ago

I was able to get around this situation by creating an aggregated ViewModel.