ReactiveViewModel icon indicating copy to clipboard operation
ReactiveViewModel copied to clipboard

Model-View-ViewModel, using ReactiveCocoa

Results 15 ReactiveViewModel issues
Sort by recently updated
recently updated
newest added

A category method on signal would increase readability a lot. If you wanna keep the API footprint small I get that, but anyone who uses this a lot will end...

enhancement

I've been playing around with MVVM and RAC for a little while now and have been [updating an old project](https://github.com/AquaGeek/OctoJobs/pull/3/files) to MVVM (RAC will come later). I want to make...

question

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...

question

Curious when/if you guys leverage the responder chain. I've been playing with different ways of communicating events and status amongst view controllers and subviews like cells. Of most interest to...

question

Especially how hierarchies work and line up to the view and model layers (or don't).

enhancement