Is there any way to download an image using AlamofireImage and get some kind of feedback about the download progress while leveraging the power of it's UIImage Extensions, Image Filters and Image Cache?
I know I can fallback to a plain Alamofire.request
+ responseImage
but I'd like to keep things simple and make use of the UIImageView Extension.
Thank you!