Skip to content

An extension build in Swift for UIImageView and A light-weight framework of async loading image like SDWebImage.

License

Notifications You must be signed in to change notification settings

Insfgg99x/FGWebImage

Repository files navigation

Version License Platform Language

Introduction

A light-weight framework of async loading image like SDWebImage in Swift.

  • asyn image loading
  • light-weight
  • build in Swift

Required

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

Installtion

Cocoapods

pod 'FGWebImage' , '~>2.0'

and import

import FGWebImage

Manual

Drag the FGWebImage folder into your peroject.

Usage

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

About

An extension build in Swift for UIImageView and A light-weight framework of async loading image like SDWebImage.

Resources

License

Stars

Watchers

Forks

Packages

No packages published