KO
|
EN
gitlite — search
Search
#python
#php
#matlab
#csharp
#javascript
#windows
#java
#database
#linux
#arduino
#tools
#gui
RxMVC-Swift
★ 85
Open GitHub ↗
Unidirectional MVC with ReactiveX
Download README (.md)
Explore Similar Repositories
pyipm
:
An interior-point method written in python for solving constrained and unconstrained nonlinear optimization problems.
RxProperty
:
A get-only `BehaviorRelay ` that is (almost) equivalent to ReactiveSwift's `Property`
SegmentedControl
:
No description available.
sisyphus
:
Intelligent Junk Mail Handler
serverless-node-dynamodb-api
:
API powered by Serverless, TypeScript, Webpack and DynamoDB, intended as a starting point for Serverless APIs
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
RxMVC-Swift
?
Download (.md)
# RxMVC [](https://travis-ci.org/Hardtack/RxMVC-Swift) [](http://cocoapods.org/pods/RxMVC) [](http://cocoapods.org/pods/RxMVC) [](http://cocoapods.org/pods/RxMVC) Model-View-Controller pattern with [RxSwift](https://github.com/ReactiveX/RxSwift). ## Documentation See [Wiki](https://github.com/Hardtack/RxMVC-Swift/wiki) ## Mode-View-Controller RxMVC supports to implement Model-View-Controller pattern with RxSwift like this:  [_(from wikipedia)_](https://en.wikipedia.org/wiki/Model–view–controller) **Not this**:  [_(from apple's document)_](https://developer.apple.com/library/mac/documentation/General/Conceptual/DevPedia-CocoaCore/MVC.html) 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.