XHWebImageAutoSize icon indicating copy to clipboard operation
XHWebImageAutoSize copied to clipboard

图片自定义保存Key

Open dippac opened this issue 8 years ago • 1 comments

你好作者!在使用demo中发现是否应该增加一个方法能够自定义图片保存的key?

dippac avatar Dec 06 '16 09:12 dippac

默认key是图片URL, 你可以直接通过URL获取该图缓存尺寸 +(CGSize )imageSizeFromCacheForURL:(NSURL *)url;

CoderZhuXH avatar Dec 15 '16 13:12 CoderZhuXH