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