Hello,
is there a way to download an image and save it to a destination using the ImageDownloader?
Something like this:
let destination = DownloadRequest.suggestedDownloadDestination(for: .documentDirectory) Alamofire.download("https://httpbin.org/image/png", to: destination)
With the Power of the ImageDownloader?
Thanks,
Urkman
Hello,
is there a way to download an image and save it to a destination using the ImageDownloader?
Something like this:
let destination = DownloadRequest.suggestedDownloadDestination(for: .documentDirectory) Alamofire.download("https://httpbin.org/image/png", to: destination)With the Power of the ImageDownloader?
Thanks,
Urkman