We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9df2b17 commit 4403d46Copy full SHA for 4403d46
1 file changed
FastImageCacheDemo/Classes/FICDAppDelegate.m
@@ -99,12 +99,6 @@ - (void)imageCache:(FICImageCache *)imageCache wantsSourceImageForEntity:(id<FIC
99
});
100
}
101
102
-- (BOOL)imageCache:(FICImageCache *)imageCache shouldProcessAllFormatsInFamily:(NSString *)formatFamily forEntity:(id<FICEntity>)entity {
103
- BOOL shouldProcessAllFormats = [formatFamily isEqualToString:FICDPhotoImageFormatFamily];
104
-
105
- return shouldProcessAllFormats;
106
-}
107
108
- (void)imageCache:(FICImageCache *)imageCache errorDidOccurWithMessage:(NSString *)errorMessage {
109
NSLog(@"%@", errorMessage);
110
0 commit comments