iOS 轻量级图片缓存 SGImageCache

码农软件 · 软件分类 · 图像(Image) · 2019-05-30 21:56:51

软件介绍

SGImageCache 是一款灵活的图片缓存库,提供给图片的富 iOS 应用。SGImageCache 是轻量级的,基于队列管理构建的。

CocoaPods 安装

pod 'SGImageCache'

快速获取图片

// Objective-C[SGImageCache getImageForURL:url thenDo:^(UIImage *image) {
    if (image) {
        self.imageView.image = image;
    }}];
// SwiftSGImageCache.getImageForURL(url) { image in
    if image {
        self.imageView.image = image
    }}


本文地址:https://codercto.com/soft/d/6908.html

How Great Decisions Get Made

How Great Decisions Get Made

Maruska, Don / 2006-2 / $ 20.28

All too often, solving tough work issues can become a tug of war as clashing departments, priorities, personality styles, and other concerns threaten to destroy any possibility of a successful conclus......一起来看看 《How Great Decisions Get Made》 这本书的介绍吧!

RGB转16进制工具
RGB转16进制工具

RGB HEX 互转工具

URL 编码/解码
URL 编码/解码

URL 编码/解码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器