abiaad / PAAImageView

Rounded async imageview downloader based on AFNetworking 2 and lightly cached

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

completion handler

malcommac opened this issue · comments

A completion handler with success/error of the operation inside setImageURL method could be useful in order to place another (local) image if download fails or url is not valid.
It should be very easy to integrate if you have used AFNetworking.
Great class man!

Thanks !
So a placeholder image for unsuccessful download. Is that your point ?

Done and tagged 1.1.0. Thx !