Im using SDWebImage code, to download an image from internet. GitHub SDWebImage Im Doing this in Xcode 8 and Swift 3.
I want to resize it once it is downloaded, but I can't have image size until I Download the image. (To make it resize proportionally)
So, my question is, is there a way to have a completion block to execute some code when the image has finish being downloaded? I can`t seem to find on github project info about the completion of the download.
Thanks!
I Found it! Post it in case someone else needs it.
I used this to load from web
But for load and have a completing block I need to do: