美文网首页
SDWebImage从3.7迁移到4.2.2相关报错

SDWebImage从3.7迁移到4.2.2相关报错

作者: ioido | 来源:发表于2017-12-27 19:38 被阅读0次

    - (void)clearDisk;
    改成
    - (void)clearDiskOnCompletion:(nullable SDWebImageNoParamsBlock)completion;

    typedef void(^SDWebImageDownloaderProgressBlock)(NSInteger receivedSize, NSInteger expectedSize);
    改成
    typedef void(^SDWebImageDownloaderProgressBlock)(NSInteger receivedSize, NSInteger expectedSize, NSURL * _Nullable targetURL);

    相关文章

      网友评论

          本文标题:SDWebImage从3.7迁移到4.2.2相关报错

          本文链接:https://www.haomeiwen.com/subject/uaqpgxtx.html