Add: configureLayout method to InitializeableView protocol and all implementations.
Update: GeneralDataLoadingViewModel now can handle state changes and result of data source. Previously it was possible only in view controller. Add: GeneralDataLoadingHandler protocol, that defines methods for common data loading states handling. Add: resultObservable and resultDriver properties to GeneralDataLoadingViewModel. Add: hidesWhenStopped option to SpinnerView, so you can stop animation without hiding image inside it. Update: Migrate to Swift 4.2 & Xcode 10. Update dependencies.
This commit is contained in:
+9
-9
@@ -1,6 +1,6 @@
|
||||
Pod::Spec.new do |s|
|
||||
s.name = "LeadKit"
|
||||
s.version = "0.8.12"
|
||||
s.version = "0.8.13"
|
||||
s.summary = "iOS framework with a bunch of tools for rapid development"
|
||||
s.homepage = "https://github.com/TouchInstinct/LeadKit"
|
||||
s.license = "Apache License, Version 2.0"
|
||||
@@ -88,12 +88,12 @@ Pod::Spec.new do |s|
|
||||
"Sources/Structures/DataLoading/PaginationDataLoading/*"
|
||||
]
|
||||
|
||||
ss.dependency "RxSwift", '~> 4.2'
|
||||
ss.dependency "RxCocoa", '~> 4.2'
|
||||
ss.dependency "RxAlamofire", '~> 4.2'
|
||||
ss.dependency "RxSwift", '~> 4.3'
|
||||
ss.dependency "RxCocoa", '~> 4.3'
|
||||
ss.dependency "RxAlamofire", '~> 4.3'
|
||||
ss.dependency "SwiftDate", '~> 5.0'
|
||||
|
||||
ss.ios.dependency "TableKit", '~> 2.7'
|
||||
ss.ios.dependency "TableKit", '~> 2.8'
|
||||
ss.ios.dependency "UIScrollView-InfiniteScroll", '~> 1.1.0'
|
||||
end
|
||||
|
||||
@@ -112,12 +112,12 @@ Pod::Spec.new do |s|
|
||||
"Sources/Extensions/Array/Array+SeparatorRowBoxExtensions.swift"
|
||||
]
|
||||
|
||||
ss.dependency "RxSwift", '~> 4.2'
|
||||
ss.dependency "RxCocoa", '~> 4.2'
|
||||
ss.dependency "RxAlamofire", '~> 4.2'
|
||||
ss.dependency "RxSwift", '~> 4.3'
|
||||
ss.dependency "RxCocoa", '~> 4.3'
|
||||
ss.dependency "RxAlamofire", '~> 4.3'
|
||||
ss.dependency "SwiftDate", '~> 5.0'
|
||||
|
||||
ss.ios.dependency "TableKit", '~> 2.7'
|
||||
ss.ios.dependency "TableKit", '~> 2.8'
|
||||
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user