SGImageCache CocoaPods 安装<a href="https://github.com/seatgeek/SGImageCache#get-an-image-urgently"></a>快速获取图片 iOS 轻量级图片缓存

程序名称:SGImageCache CocoaPods 安装<a href="https://github.com/seatgeek/SGImageCache#get-an-image-urgently"></a>快速获取图片

授权协议: MIT

操作系统: iOS

开发语言: Objective-C

SGImageCache CocoaPods 安装<a href="https://github.com/seatgeek/SGImageCache#get-an-image-urgently"></a>快速获取图片 介绍

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
    }}

SGImageCache CocoaPods 安装<a href="https://github.com/seatgeek/SGImageCache#get-an-image-urgently"></a>快速获取图片 官网

https://github.com/seatgeek/SGImageCache

相关编程语言

Acapela TTS 是一个为 iPhone 和 iPad 开发的 TTS 引...
二维码(QR Code)扫描静态库,扫描效率较高。
RegexKitLite 是一个轻量级的 Objective-C 的正则表...
一款基于ASIHttpReques开源的仿迅雷多线程断点续传功...
实现动态检测网络(wifi)状况,不需要用户手动刷新...
使用iphoneSDK官方NSXMLParserDelegate做的简单xml解...