|
@@ -167,6 +167,7 @@ static const char * af_backgroundImageRequestOperationKeyForState(UIControlState
|
|
|
[strongSelf setImage:responseObject forState:state];
|
|
|
}
|
|
|
}
|
|
|
+ [[[strongSelf class] sharedImageCache] cacheImage:responseObject forRequest:urlRequest];
|
|
|
} failure:^(AFHTTPRequestOperation *operation, NSError *error) {
|
|
|
if ([[urlRequest URL] isEqual:[operation.response URL]]) {
|
|
|
if (failure) {
|