This repository has been archived by the owner on May 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A simple demo using RxDataSources with SkeletonView
- Loading branch information
0 parents
commit 9fc4b42
Showing
476 changed files
with
44,978 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
platform :ios, '9.0' | ||
|
||
target 'RxSkeleton' do | ||
use_frameworks! | ||
|
||
pod 'RxSwift' | ||
pod 'RxCocoa' | ||
pod 'RxDataSources' | ||
pod 'SkeletonView' | ||
pod 'SnapKit' | ||
end |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
PODS: | ||
- Differentiator (3.1.0) | ||
- RxAtomic (4.4.0) | ||
- RxCocoa (4.4.0): | ||
- RxSwift (~> 4.0) | ||
- RxDataSources (3.1.0): | ||
- Differentiator (~> 3.0) | ||
- RxCocoa (~> 4.0) | ||
- RxSwift (~> 4.0) | ||
- RxSwift (4.4.0): | ||
- RxAtomic (~> 4.4) | ||
- SkeletonView (1.4.1) | ||
- SnapKit (4.2.0) | ||
|
||
DEPENDENCIES: | ||
- RxCocoa | ||
- RxDataSources | ||
- RxSwift | ||
- SkeletonView | ||
- SnapKit | ||
|
||
SPEC REPOS: | ||
https://github.com/cocoapods/specs.git: | ||
- Differentiator | ||
- RxAtomic | ||
- RxCocoa | ||
- RxDataSources | ||
- RxSwift | ||
- SkeletonView | ||
- SnapKit | ||
|
||
SPEC CHECKSUMS: | ||
Differentiator: be49ca3408f0ecfc761e4c7763d20c62be01b9ad | ||
RxAtomic: eacf60db868c96bfd63320e28619fe29c179656f | ||
RxCocoa: df63ebf7b9a70d6b4eeea407ed5dd4efc8979749 | ||
RxDataSources: a843bad90c29817f5923ec8163f4af2de084ceb3 | ||
RxSwift: 5976ecd04fc2fefd648827c23de5e11157faa973 | ||
SkeletonView: 60d6ce7edb0cb4c7758db33c74add50392b3c475 | ||
SnapKit: fe8a619752f3f27075cc9a90244d75c6c3f27e2a | ||
|
||
PODFILE CHECKSUM: 5b790efa28f9f157e373f8ac43b5d2e769415b0b | ||
|
||
COCOAPODS: 1.6.0.beta.2 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
49 changes: 49 additions & 0 deletions
49
Pods/Differentiator/Sources/Differentiator/AnimatableSectionModel.swift
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
15 changes: 15 additions & 0 deletions
15
Pods/Differentiator/Sources/Differentiator/AnimatableSectionModelType+ItemPath.swift
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
14 changes: 14 additions & 0 deletions
14
Pods/Differentiator/Sources/Differentiator/AnimatableSectionModelType.swift
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.