File tree
23 files changed
+279
-217
lines changed- Carthage/Checkouts
- Examples/Example
- Views
- RxDataSources.xcodeproj
- Sources
- Differentiator
- RxDataSources
- Tests/RxDataSourcesTests
23 files changed
+279
-217
lines changedLines changed: 36 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + |
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
9 | 9 |
| |
10 | 10 |
| |
11 | 11 |
| |
| 12 | + | |
12 | 13 |
| |
13 | 14 |
| |
14 | 15 |
| |
|
- .gitignore+4
- .jazzy.yml-1
- Documentation/Examples.md+8-8
- Documentation/GettingStarted.md+13
- Rx.playground/Pages/Filtering_and_Conditional_Operators.xcplaygroundpage/Contents.swift+3-3
- Rx.xcodeproj/project.pbxproj-4
- RxCocoa/Deprecated.swift-2
- RxCocoa/Traits/SharedSequence/SharedSequence+Operators.swift+24
- RxCocoa/iOS/UITextField+Rx.swift+7
- RxCocoa/macOS/NSSlider+Rx.swift+1-1
- RxExample/Extensions/UIImagePickerController+Rx.swift+2-2
- RxExample/RxExample/Examples/ImagePicker/ImagePickerController.swift+3-3
- RxSwift/Extensions/String+Rx.swift-22
- RxSwift/ObservableType+Extensions.swift+4-1
- RxSwift/Observables/Debug.swift+1-1
- RxSwift/Reactive.swift+2
- RxSwift/Schedulers/SerialDispatchQueueScheduler.swift+1-1
- RxSwift/Traits/Maybe.swift+12
- RxSwift/Traits/Single.swift+12
- Sources/AllTestz/main.swift+6
- Sources/RxSwift/String+Rx.swift-1
- Tests/RxCocoaTests/SharedSequence+OperatorTest.swift+43
- Tests/RxCocoaTests/UITextField+RxTests.swift+10
- Tests/RxSwiftTests/MaybeTest.swift+25
- Tests/RxSwiftTests/Observable+MergeTests.swift+8-8
- Tests/RxSwiftTests/SingleTest.swift+25
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
32 | 32 |
| |
33 | 33 |
| |
34 | 34 |
| |
35 |
| - | |
| 35 | + | |
36 | 36 |
| |
37 | 37 |
| |
38 | 38 |
| |
| |||
44 | 44 |
| |
45 | 45 |
| |
46 | 46 |
| |
47 |
| - | |
| 47 | + | |
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 |
| - | |
| 86 | + | |
87 | 87 |
| |
88 | 88 |
| |
89 | 89 |
| |
|
Lines changed: 20 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
17 | 21 |
| |
18 | 22 |
| |
19 | 23 |
| |
20 |
| - | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
21 | 29 |
| |
22 | 30 |
| |
23 | 31 |
| |
24 | 32 |
| |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
29 | 37 |
| |
30 | 38 |
| |
31 | 39 |
| |
| |||
96 | 104 |
| |
97 | 105 |
| |
98 | 106 |
| |
99 |
| - | |
| 107 | + | |
100 | 108 |
| |
101 | 109 |
| |
102 | 110 |
| |
103 | 111 |
| |
104 |
| - | |
| 112 | + | |
105 | 113 |
| |
106 | 114 |
| |
107 | 115 |
| |
| |||
112 | 120 |
| |
113 | 121 |
| |
114 | 122 |
| |
115 |
| - | |
| 123 | + | |
116 | 124 |
| |
117 |
| - | |
| 125 | + | |
118 | 126 |
| |
119 | 127 |
| |
120 | 128 |
| |
121 |
| - | |
| 129 | + | |
122 | 130 |
| |
123 |
| - | |
| 131 | + | |
124 | 132 |
| |
125 | 133 |
| |
126 | 134 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
| |||
66 | 66 |
| |
67 | 67 |
| |
68 | 68 |
| |
69 |
| - | |
| 69 | + | |
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
73 | 73 |
| |
74 |
| - | |
| 74 | + | |
75 | 75 |
| |
76 | 76 |
| |
77 | 77 |
| |
|
Lines changed: 8 additions & 13 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 |
| - | |
49 |
| - | |
50 |
| - | |
| 48 | + | |
51 | 49 |
| |
52 | 50 |
| |
53 | 51 |
| |
54 |
| - | |
55 |
| - | |
| 52 | + | |
56 | 53 |
| |
57 | 54 |
| |
58 | 55 |
| |
59 |
| - | |
60 |
| - | |
61 |
| - | |
| 56 | + | |
62 | 57 |
| |
63 | 58 |
| |
64 | 59 |
| |
| |||
88 | 83 |
| |
89 | 84 |
| |
90 | 85 |
| |
91 |
| - | |
| 86 | + | |
92 | 87 |
| |
93 |
| - | |
| 88 | + | |
94 | 89 |
| |
95 |
| - | |
| 90 | + | |
96 | 91 |
| |
97 | 92 |
| |
98 | 93 |
| |
|
Lines changed: 34 additions & 26 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 |
| - | |
17 |
| - | |
18 |
| - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
23 | 23 |
| |
24 |
| - | |
| 24 | + | |
25 | 25 |
| |
26 | 26 |
| |
27 |
| - | |
| 27 | + | |
28 | 28 |
| |
29 | 29 |
| |
30 |
| - | |
31 |
| - | |
32 |
| - | |
33 |
| - | |
34 |
| - | |
35 |
| - | |
36 |
| - | |
37 |
| - | |
38 |
| - | |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
43 |
| - | |
44 |
| - | |
45 |
| - | |
46 |
| - | |
47 |
| - | |
48 |
| - | |
49 |
| - | |
50 |
| - | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
51 | 59 |
| |
52 | 60 |
| |
53 | 61 |
| |
|
Lines changed: 7 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 |
| - | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
15 | 20 |
|
Lines changed: 4 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
| 13 | + | |
| 14 | + | |
22 | 15 |
| |
23 |
| - | |
| 16 | + | |
| 17 | + | |
24 | 18 |
| |
25 | 19 |
| |
26 | 20 |
|
0 commit comments