ReactiveCocoa / ReactiveViewModel

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

What about ViewModel based routing? #31

Open vyacheslavartemev opened 10 years ago

vyacheslavartemev commented 10 years ago

Hi,

Maybe it's not best suitable place for that question, sorry then, but I am just wondering is there something like ReactiveUI Routing concept implementation in ObjC? Kind of ViewModel-based routing, to be able to navigate between screens with ViewModel? And what you think about that?

Thanks

jspahrsummers commented 10 years ago

There's currently nothing like this, as far as I know. I haven't invested the time to completely understand how ReactiveUI's routing works, but my biggest concern is that (IIRC) it seems to focus a lot on transitioning between the same particular views every time when that needn't be the case.