You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: