Skip to content

Commit b170cd2

Browse files
author
Michael Potter
committed
Add missing delegate method implementation for demo app
1 parent 4403d46 commit b170cd2

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

FastImageCacheDemo/Classes/FICDAppDelegate.m

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

102+
- (BOOL)imageCache:(FICImageCache *)imageCache shouldProcessAllFormatsInFamily:(NSString *)formatFamily forEntity:(id<FICEntity>)entity {
103+
return NO;
104+
}
105+
102106
- (void)imageCache:(FICImageCache *)imageCache errorDidOccurWithMessage:(NSString *)errorMessage {
103107
NSLog(@"%@", errorMessage);
104108
}

0 commit comments

Comments
 (0)