Skip to content

Commit 999140b

Browse files
committed
Add MVC pattern
1 parent 0583816 commit 999140b

File tree

27 files changed

+1161
-1
lines changed

27 files changed

+1161
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ The purpose of having examples with single page applications is highlighting con
6969

7070
| Example | Description |
7171
| ------------- | ------------- |
72+
| [mvc](mvc) | Standard MVC pattern recommended by Apple. |
7273
| [mvvm-rxswift-pure](mvvm-rxswift-pure) | Uses [RxSwift](https://github.com/ReactiveX/RxSwift) and observables as binding mechanism between `ViewController` and `ViewModel`. |
7374
| [mvvm-rxswift-functions-subjects-observables](mvvm-functions-subjects-observables) | Uses [RxSwift](https://github.com/ReactiveX/RxSwift) and observables as outputs from `ViewModel`. `ViewModel` inputs are defined as subjects wrapped in functions. |
7475
| [mvvm-rxswift-subjects-observables](mvvm-rxswift-subjects-observables) | Uses [RxSwift](https://github.com/ReactiveX/RxSwift) with observables as `ViewModel` outputs and subjects as `ViewModel` inputs. |
@@ -77,8 +78,8 @@ The purpose of having examples with single page applications is highlighting con
7778
### Examples in progress
7879
| Example | Description |
7980
| ------------- | ------------- |
80-
| mvc| In Progress |
8181
| mvp| In Progress |
82+
| mvvm+rxfeedback | In Progress |
8283
| mvvm-closures | In Progress |
8384
| mvvm-reactive-swift | In Progress |
8485
| reswift | In Progress |

0 commit comments

Comments
 (0)