Add image loading delegate method / cache instead of respondsToSelector

This commit is contained in:
Garrett Moon
2016-02-12 15:04:14 -08:00
parent c1ca225e8d
commit cf1e4c87f5
2 changed files with 35 additions and 6 deletions

View File

@@ -95,6 +95,15 @@ NS_ASSUME_NONNULL_BEGIN
@optional
/**
* Notification that the image node started to load
*
* @param imageNode The sender.
*
* @discussion Called on a background queue.
*/
- (void)imageNodeDidStartLoading:(ASNetworkImageNode *)imageNode;
/**
* Notification that the image node failed to download the image.
*