Skip to content

Commit 09de614

Browse files
committed
Merge pull request #67 from rromanchuk/patch-1
Explain default behavior
2 parents d296257 + 0cae937 commit 09de614

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ When this happens, Fast Image Cache cleans up its internal bookkeeping, and any
378378

379379
### Working with Image Format Families
380380

381-
The advantage of classifying image formats into families is that the image cache's delegate can tell the image cache to process entity source images for **all** image formats in a family when **any** image format in that family is processed.
381+
The advantage of classifying image formats into families is that the image cache's delegate can tell the image cache to process entity source images for **all** image formats in a family when **any** image format in that family is processed. By default, all image formats are processed for a given family unless you implement this delegate and return otherwise.
382382

383383
```objective-c
384384
- (BOOL)imageCache:(FICImageCache *)imageCache shouldProcessAllFormatsInFamily:(NSString *)formatFamily forEntity:(id<FICEntity>)entity {

0 commit comments

Comments
 (0)