RxSwiftCommunity / RxKingfisher

Reactive extension for the Kingfisher image downloading and caching library
MIT License
223 stars 39 forks source link

Add reactive extension to Kingfisher ImageCache retriveImageInDiskCache #9

Closed aksswami closed 3 years ago

aksswami commented 5 years ago

Adding ImageCache reactive extension. ImageCache provide completion callback for retrieving from cache (disk or memory), wanted to use this in Rx codebase, so added extension for the same.

rxswiftcommunity[bot] commented 5 years ago
Warnings
:warning: It looks like code was changed without adding anything to the Changelog. If this is a trivial PR that doesn't need a changelog, add #trivial to the PR title or body.

Generated by :no_entry_sign: dangerJS

rxswiftcommunity[bot] commented 5 years ago
Warnings
:warning: It looks like code was changed without adding anything to the Changelog. If this is a trivial PR that doesn't need a changelog, add #trivial to the PR title or body.

Generated by :no_entry_sign: dangerJS

aksswami commented 5 years ago

@freak4pc any comments, issues, review for the PR?