Skip to content

Commit 4403d46

Browse files
author
Michael Potter
committed
Don't process all four image formats at once for the demo app
1 parent 9df2b17 commit 4403d46

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

FastImageCacheDemo/Classes/FICDAppDelegate.m

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,6 @@ - (void)imageCache:(FICImageCache *)imageCache wantsSourceImageForEntity:(id<FIC
9999
});
100100
}
101101

102-
- (BOOL)imageCache:(FICImageCache *)imageCache shouldProcessAllFormatsInFamily:(NSString *)formatFamily forEntity:(id<FICEntity>)entity {
103-
BOOL shouldProcessAllFormats = [formatFamily isEqualToString:FICDPhotoImageFormatFamily];
104-
105-
return shouldProcessAllFormats;
106-
}
107-
108102
- (void)imageCache:(FICImageCache *)imageCache errorDidOccurWithMessage:(NSString *)errorMessage {
109103
NSLog(@"%@", errorMessage);
110104
}

0 commit comments

Comments
 (0)