File tree
34 files changed
+629
-610
lines changed- Carthage/Checkouts
- Example
- RxASDataSources.xcodeproj
- project.xcworkspace
- RxASDataSources.xcworkspace
- Sources/DataSources
- ASCollectionNode+Rx
- ASTableNode+Rx
- RxHelper
- RxProxies
34 files changed
+629
-610
lines changed+65
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 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + |
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| 15 | + | |
15 | 16 |
| |
16 | 17 |
| |
17 | 18 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
3 |
| - | |
| 2 | + | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
7 |
| - | |
| 6 | + | |
| 7 | + |
Submodule PINRemoteImage updated 26 files
- CHANGELOG.md+9-1
- CI/build.sh+6-1
- Examples/Example/PINRemoteImage.xcodeproj/project.pbxproj
- PINRemoteImage.podspec+3-3
- PINRemoteImage.xcodeproj/project.pbxproj+19-3
- README.md+2-1
- Source/Classes/ImageCategories/FLAnimatedImageView+PINRemoteImage.h
- Source/Classes/ImageCategories/FLAnimatedImageView+PINRemoteImage.m
- Source/Classes/ImageCategories/PINButton+PINRemoteImage.h
- Source/Classes/ImageCategories/PINButton+PINRemoteImage.m
- Source/Classes/ImageCategories/PINImageView+PINRemoteImage.h
- Source/Classes/ImageCategories/PINImageView+PINRemoteImage.m
- Source/Classes/PINProgressiveImage.h+15-6
- Source/Classes/PINProgressiveImage.m+25
- Source/Classes/PINRemoteImage.h+1
- Source/Classes/PINRemoteImageDownloadTask.h+1-1
- Source/Classes/PINRemoteImageDownloadTask.m+23-25
- Source/Classes/PINRemoteImageManager.h+33-3
- Source/Classes/PINRemoteImageManager.m+67-201
- Source/Classes/PINRemoteImageTask.h+2
- Source/Classes/PINRequestRetryStrategy.h+28
- Source/Classes/PINRequestRetryStrategy.m+69
- Source/Classes/PINSpeedRecorder.h+32
- Source/Classes/PINSpeedRecorder.m+240
- Source/Classes/PINURLSessionManager.m+11-2
- Tests/PINRemoteImageTests.m+78-30
Submodule RxDataSources updated 46 files
- .gitignore+1
- .swift-version+1-1
- .travis.yml+2-2
- CHANGELOG.md+19-1
- Cartfile+1-1
- Cartfile.resolved+1-1
- Differentiator.podspec+1-1
- Example/Base.lproj/Main.storyboard+26-26
- Example/Example1_CustomizationUsingTableViewDelegate.swift+15-15
- Example/Example2_RandomizedSectionsAnimation.swift+65-54
- Example/Example3_TableViewEditing.swift+26-28
- Example/Example4_DifferentSectionAndItemTypes.swift+33-32
- Example/Example5_UIPickerView.swift+6-6
- Example/Views/UIKitExtensions.swift+1-1
- Package.resolved+16
- Package.swift+10-5
- Podfile+8-6
- README.md+6-3
- RxDataSources.podspec+4-4
- RxDataSources.xcodeproj/project.pbxproj+30-9
- RxDataSources.xcodeproj/xcshareddata/xcschemes/Differentiator.xcscheme+3-1
- RxDataSources.xcodeproj/xcshareddata/xcschemes/Example.xcscheme+3-1
- RxDataSources.xcodeproj/xcshareddata/xcschemes/ExampleUITests.xcscheme+4-2
- RxDataSources.xcodeproj/xcshareddata/xcschemes/RxDataSources.xcscheme+3-2
- RxDataSources.xcodeproj/xcshareddata/xcschemes/Tests.xcscheme+3-1
- RxSwift+1-1
- Sources/Differentiator/AnimatableSectionModelType.swift+2-3
- Sources/Differentiator/Diff.swift+1-1
- Sources/Differentiator/IdentifiableValue.swift+1-1
- Sources/Differentiator/Info.plist+1-1
- Sources/RxDataSources/AnimationConfiguration.swift+18-18
- Sources/RxDataSources/CollectionViewSectionedDataSource.swift+41-88
- Sources/RxDataSources/Deprecated.swift+21
- Sources/RxDataSources/Info.plist+1-1
- Sources/RxDataSources/IntegerType+IdentifiableType.swift+1-1
- Sources/RxDataSources/RxCollectionViewSectionedAnimatedDataSource.swift+44-18
- Sources/RxDataSources/RxCollectionViewSectionedReloadDataSource.swift+1-5
- Sources/RxDataSources/RxPickerViewAdapter.swift+1-1
- Sources/RxDataSources/RxTableViewSectionedAnimatedDataSource.swift+64-10
- Sources/RxDataSources/RxTableViewSectionedReloadDataSource.swift+1-5
- Sources/RxDataSources/TableViewSectionedDataSource.swift+70-139
- Sources/RxDataSources/UI+SectionedViewType.swift+3-3
- Sources/RxDataSources/ViewTransition.swift+16
- Tests/RxDataSourcesTests/RxCollectionViewSectionedDataSource+Test.swift+117
- Tests/RxDataSourcesTests/XCTest+Extensions.swift+1-1
- dependencies.sh+6-6
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 |
| - | |
| 51 | + | |
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
63 | 62 |
| |
64 | 63 |
| |
65 | 64 |
| |
66 | 65 |
| |
67 | 66 |
| |
68 | 67 |
| |
69 |
| - | |
| 68 | + | |
70 | 69 |
| |
71 | 70 |
| |
72 | 71 |
| |
73 | 72 |
| |
74 |
| - | |
75 |
| - | |
| 73 | + | |
| 74 | + | |
76 | 75 |
| |
77 | 76 |
| |
78 | 77 |
| |
| 78 | + | |
| 79 | + | |
79 | 80 |
| |
80 | 81 |
| |
81 | 82 |
| |
| |||
105 | 106 |
| |
106 | 107 |
| |
107 | 108 |
| |
108 |
| - | |
| 109 | + | |
109 | 110 |
| |
110 | 111 |
| |
111 | 112 |
| |
112 | 113 |
| |
113 |
| - | |
114 |
| - | |
115 |
| - | |
116 |
| - | |
117 |
| - | |
118 |
| - | |
119 |
| - | |
120 |
| - | |
121 |
| - | |
122 |
| - | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
123 | 124 |
|
+18-18
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 |
| - | |
| 15 | + | |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
26 | 26 |
| |
27 | 27 |
| |
28 | 28 |
| |
| |||
33 | 33 |
| |
34 | 34 |
| |
35 | 35 |
| |
36 |
| - | |
| 36 | + | |
37 | 37 |
| |
38 | 38 |
| |
39 |
| - | |
40 |
| - | |
41 |
| - | |
42 |
| - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
43 | 43 |
| |
44 | 44 |
| |
45 | 45 |
| |
46 |
| - | |
| 46 | + |
+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
16 | 16 |
| |
17 | 17 |
| |
18 | 18 |
| |
19 |
| - | |
| 19 | + | |
20 | 20 |
| |
21 | 21 |
| |
22 | 22 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + | |
4 | 4 |
| |
5 | 5 |
| |
6 | 6 |
| |
| |||
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
|
0 commit comments