1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 SDWebImage 4.3.1 发布,iOS 图片加载框架 下载

Discussion in '软件资讯' started by 漂亮的石头, 2018-02-26.

  1. 漂亮的石头

    漂亮的石头 版主 Staff Member

    Joined:
    2012-02-10
    Messages:
    488,119
    Likes Received:
    47
    SDWebImage 4.3.1 已发布,这是针对 4.3.0 的一个修复和改进版本。

    SDWebImage 是非常流行的 iOS 图片加载框架,提供了一个 UIImageView 的 category 用来加载网络图片并且对网络图片的缓存进行管理,采用异步方式来下载网络图片。

    修复


    • Cache


      • Fix that SDImageCacheQueryDataWhenInMemory should response cacheType to memory cache when the in-memory cache hit #2218

    • Project


      • Fix the macOS wrong minimum deployment target version to 10.9 #2206
    性能


    • Download Operation


      • Decode the image in the operation level's queue instead of URLSession delegate queue #2199
    改进


    • Coder


      • Create a subclass of NSBitmapImageRep to fix the GIF frame duration issue on macOS #2223

    • View Category


      • Expose the read write to FLAnimatedImage associate to the UIImage to allow advanced feature like placeholder #2220

    • Cache


      • Create a subclass of NSCache using a weak cache #2228

    • Download Operation


      • Improvement download operation for priority and some protect #2208

    • Project


      • Fix CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF warning #2225

    源码下载:

    SDWebImage 4.3.1 发布,iOS 图片加载框架下载地址
     
Loading...