Good day all,
Referring to https://github.com/nicklockwood/AsyncImageView
I have gone through their Wiki and examples as well, but i could not find a way to use their API with call backs.
This works fine
imageView.imageURL=[NSURL URLWithString:[singleChannel objectForKey:@"channelimage"]];
But i would like to handle image failure. Any snippets on how i can use their "loadImageWithURL" with call backs.
Any help is appreciated.