You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -69,7 +69,7 @@ The purpose of having examples with single page applications is highlighting con
69
69
70
70
| Example | Description |
71
71
| ------------- | ------------- |
72
-
|[mvc](mvc)| Standard MVC pattern recommended by Apple. |
72
+
|[mvc](mvc)| Standard MVC pattern recommended by Apple. Uses composition design pattern to make `ViewController` smaller. |
73
73
|[mvvm-rxswift-pure](mvvm-rxswift-pure)| Uses [RxSwift](https://github.com/ReactiveX/RxSwift) and observables as binding mechanism between `ViewController` and `ViewModel`. |
74
74
|[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. |
75
75
|[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. |
0 commit comments