File tree Expand file tree Collapse file tree 5 files changed +11
-12
lines changed
mvvm-functions-subjects-observables
mvvm-rxswift-subjects-observables Expand file tree Collapse file tree 5 files changed +11
-12
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ Clone the repository:
16
16
17
17
` git clone git@github.com:tailec/ios-architecture.git `
18
18
19
- Checkout ` mvvm-delegates ` branch :
19
+ Navigate to ` mvvm-delegates ` directory :
20
20
21
- ` git checkout mvvm-delegates`
21
+ ` cd mvvm-delegates`
22
22
23
23
No ` pod install ` is required in this example.
Original file line number Diff line number Diff line change @@ -17,10 +17,9 @@ Clone the repository:
17
17
18
18
` git clone git@github.com:tailec/ios-architecture.git `
19
19
20
- Checkout ` mvvm-rxswift-functions-subjects-observables ` branch:
21
-
22
- ` git checkout mvvm-rxswift-functions-subjects-observables `
20
+ Navigate to ` mvvm-rxswift-functions-subjects-observables ` directory:
23
21
22
+ ` cd mvvm-rxswift-functions-subjects-observables `
24
23
25
24
Install dependencies:
26
25
Original file line number Diff line number Diff line change @@ -31,9 +31,9 @@ Clone the repository:
31
31
32
32
` git clone git@github.com:tailec/ios-architecture.git `
33
33
34
- Checkout ` mvvm-rxswift-pure-observables ` branch :
34
+ Navigate to ` mvvm-rxswift-pure ` directory :
35
35
36
- ` git checkout mvvm-rxswift-pure-observables `
36
+ ` cd mvvm-rxswift-pure`
37
37
38
38
Install dependencies:
39
39
Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ Clone the repository:
17
17
18
18
` git clone git@github.com:tailec/ios-architecture.git `
19
19
20
- Checkout ` mvvm-rxswift-subjects-observables ` branch :
20
+ Navigate to ` mvvm-rxswift-subjects-observables ` repository :
21
21
22
- ` git checkout mvvm-rxswift-subjects-observables`
22
+ ` cd mvvm-rxswift-subjects-observables`
23
23
24
24
25
25
Install dependencies:
Original file line number Diff line number Diff line change @@ -10,17 +10,17 @@ This example uses RxSwift observables as binding mechanism between `ViewModel` a
10
10
11
11
12
12
## Implementation
13
-
13
+ In progress.
14
14
15
15
16
16
## Installation
17
17
Clone the repository:
18
18
19
19
` git clone git@github.com:tailec/ios-architecture.git `
20
20
21
- Checkout ` mvvm-rxswift- pure-observables ` branch :
21
+ Navigate to ` tmdb- mvvm-pure` directory :
22
22
23
- ` git checkout mvvm-rxswift- pure-observables `
23
+ ` cd tmdb- mvvm-pure`
24
24
25
25
Install dependencies:
26
26
You can’t perform that action at this time.
0 commit comments