SDWebImage / SDWebImageLinkPlugin

A SDWebImage loader plugin, to support load rich link image with LinkPresentation framework
MIT License
17 stars 2 forks source link

Feature: Supports to cache the `LPLinkMetadata` as well as image #4

Closed dreampiggy closed 4 years ago

dreampiggy commented 4 years ago

This can make it compatbile for user who want to cache the title or remoteVideoURL information. Previous version can not cache the metadata at all.

Depends: SDWebImage/#2898