FGWebImage 2.0

FGWebImage 2.0

CGPointZero 维护。



  • CGPointZero

FGWebImage

Version License Platform Language

介绍

一个类似 SDWebImage 的 Swift 异步加载图像的轻量级框架。

  • 异步图像加载
  • 轻量级
  • Swift 内置

所需

  • Swift 4.x
  • Xcode 9.x
  • iOS 8.x

安装

CocoaPods

pod 'FGWebImage' , '~>2.0'

并导入

import FGWebImage

手动

FGWebImage 文件夹拖入你的项目中。

使用方法

let url = "http://upload-images.jianshu.io/upload_images/937405-e91a649f7a7df2a0.jpeg?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240"
imv.fg_setImageWithUrl(url, placeHolderImage)

@CGPoitZero