Kingfisher
Add new method to ImageDownloaderDelegate - didFinishDownloadingImageForURL:with:error
#901
Merged
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Overview
Commits
3
Changes
View On
GitHub
Commits
Add a new ImageDownloaderDelegate method - `imageDownloader(_: didFinishDownloadingImageForURL:with:)` that gets called when the `ImageDownloader` object completes a downloading request with success or failure.
tomaskraina
committed
6 years ago
Call 'didFinishDownloadingImageForURL' event if downloading fails (e.g.: server responds with 404)
tomaskraina
committed
6 years ago
Make the example build in Xcode < 9.3
tomaskraina
committed
6 years ago
Loading