RxMVC 0.2.0-beta.2

RxMVC 0.2.0-beta.2

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Sep 2016
SPMSupports SPM

Maintained by Geonu Choi.



 
Depends on:
RxSwift~> 3.0.0-beta.1
RxCocoa~> 3.0.0-beta.1
 

RxMVC 0.2.0-beta.2

  • By
  • Choi Geonu

RxMVC

Model-View-Controller pattern with RxSwift.

Documentation

See Wiki

Mode-View-Controller

RxMVC supports to implement Model-View-Controller pattern with RxSwift like this: MVC in Wikipedia (from wikipedia)

Not this:

MVC in Wikipedia

(from apple’s document)

I don’t know what the original definition is. But RxMVC is targeted to upper definition.

Usage

To run the example project, clone the repo, and run pod install from the Example directory first.