Results 6 comments of iago

Guys, I wrote an AnimationImageProvider subclass that loads all the images on separate thread (slightly more efficient than standard FilepathAnimationProvider) and notifies end with a callback. Also it maintains cache...

@nithindampetla sure here it is (you can change log to standard print) ``` import Foundation import Lottie public class SceneImageProvider: AnimationImageProvider { static var globalCache = NSCache() // holds all...

Here's the usage example ``` // preload images asyncronously to make loader animation smooth if let url = Bundle.main.resourceURL?.appendingPathComponent("privacy-images") { let imageProvider = SceneImageProvider(filepath: url) imageProvider.prepareOwnCache { DispatchQueue.main.async { self.animationView.imageProvider...

Guys, please update your podspec. You refer to RxSwift 5, when pod install with RxSwift 6 - CocoaPods download version of NSObject+rx as shit (2.x) - this caused this issue

It still works for me, probably you're doing anythnig wrong?

> [CrunchyBagel@50dfdca](https://github.com/CrunchyBagel/CodableCSV/commit/50dfdca13f7d25d1c685251477c56de69fd7b71d) even specifying pod 'CodableCSV', :git => 'https://github.com/dehesa/CodableCSV.git', :branch => 'develop', :commit => '50dfdca' still brings an error for watchOS target