Skip to content

Hardtack/RxMVC-Swift

Repository files navigation

RxMVC

CI Status Version License Platform

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.