Skip to content

Commit 4e21d7f

Browse files
committed
Update readme
1 parent 8653075 commit 4e21d7f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,19 +61,19 @@ This repository hosts each sample app in separate directory.
6161

6262
| Example | Description |
6363
| ------------- | ------------- |
64-
| [tmdb-mvvm-rxswift-pure](tmdb-mvvm-rxswift-pure) | Uses [RxSwift](https://github.com/ReactiveX/RxSwift) and observables as binding mechanism between `ViewController` and `ViewModel`. Also, it uses simple navigator pattern for transitions between screens. |
64+
| [tmdb-mvvm-rxswift-pure](tmdb-mvvm-rxswift-pure) | Uses [RxSwift](https://github.com/ReactiveX/RxSwift) and observables as binding mechanism between `ViewController` and `ViewModel`. Also, it uses simple navigator pattern for transitions between screens. (README in progress) |
6565

6666

6767
### Single screen app examples
6868
The purpose of having examples with single page applications is highlighting connection between view code and business logic code.
6969

7070
| Example | Description |
7171
| ------------- | ------------- |
72-
| [mvc](mvc) | Standard MVC pattern recommended by Apple. Uses composition design pattern to make `ViewController` smaller. |
72+
| [mvc](mvc) | Standard MVC pattern recommended by Apple. Uses composition design pattern to make `ViewController` smaller. (README in progress) |
7373
| [mvvm-rxswift-pure](mvvm-rxswift-pure) | Uses [RxSwift](https://github.com/ReactiveX/RxSwift) and observables as binding mechanism between `ViewController` and `ViewModel`. |
7474
| [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. |
7575
| [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. |
76-
| [mvvm-delegates](mvvm-delegates) | Binds `ViewController` and `ViewModel` using delegation pattern. |
76+
| [mvvm-delegates](mvvm-delegates) | Binds `ViewController` and `ViewModel` using delegation pattern. (README in progress) |
7777

7878
### Examples in progress
7979
| Example | Description |

0 commit comments

Comments
 (0)