- 授权协议: MIT
- 开发语言: Objective-C
- 操作系统: iOS
- 软件首页: https://github.com/seatgeek/SGImageCache
软件介绍
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
}}
Designing Web Navigation
James Kalbach / O'Reilly Media / 2007-8-15 / USD 49.99
Thoroughly rewritten for today's web environment, this bestselling book offers a fresh look at a fundamental topic of web site development: navigation design. Amid all the changes to the Web in the pa......一起来看看 《Designing Web Navigation》 这本书的介绍吧!
JS 压缩/解压工具
在线压缩/解压 JS 代码
JSON 在线解析
在线 JSON 格式化工具
