RxMVC-Swift:基于 Rx 实现的 MVC 框架库

1,378 阅读1分钟
原文链接: github.com

CI Status Version License Platform

Model-View-Controller pattern with RxSwift.

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 Wikipedia's definition.

Usage

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

Author

Choi Geonu, 6566gun@gmail.com

License

RxMVC is available under the MIT license. See the LICENSE file for more info.