We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d756f28 commit 7117268Copy full SHA for 7117268
1 file changed
FastImageCache/FICImageCache.m
@@ -153,6 +153,8 @@ - (BOOL)asynchronouslyRetrieveImageForEntity:(id <FICEntity>)entity withFormatNa
153
}
154
155
- (BOOL)_retrieveImageForEntity:(id <FICEntity>)entity withFormatName:(NSString *)formatName loadSynchronously:(BOOL)loadSynchronously completionBlock:(FICImageCacheCompletionBlock)completionBlock {
156
+ NSParameterAssert(formatName);
157
+
158
BOOL imageExists = NO;
159
160
FICImageTable *imageTable = [_imageTables objectForKey:formatName];
0 commit comments