Alamofire / AlamofireImage

AlamofireImage is an image component library for Alamofire
MIT License
3.99k stars 523 forks source link

Can I use RequestRetrier with this lib? #335

Closed jonathansolorzn closed 6 years ago

jonathansolorzn commented 6 years ago

I'm trying to retry the request whenever an image is not downloaded, is it possible using Alamofire's RequestRetrier?

jshier commented 6 years ago

Yes, you can customize ImageDownloader similar to how you would a regular SessionManager, including with a RequestRetrier.