Skip to content
This repository was archived by the owner on May 3, 2021. It is now read-only.
This repository was archived by the owner on May 3, 2021. It is now read-only.

Improve DFCompositeImageManager dispatch logic for preheating requests #39

@kean

Description

@kean

This is how it works right now:

- (void)startPreheatingImagesForRequests:(nonnull NSArray *)requests {
    for (DFImageRequest *request in requests) {
        [DFManagerForRequest(request) startPreheatingImagesForRequests:@[request]];
    }
}

Composite image manager should use a dispatch table instead.

Metadata

Metadata

Assignees

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions