Skip to content

Latest commit

 

History

History
executable file
·
33 lines (22 loc) · 663 Bytes

README.md

File metadata and controls

executable file
·
33 lines (22 loc) · 663 Bytes

DPImageCache

Swift extension for UIImageView. Help loading image asynchronously and store local file cache.

Features

  • Load image asynchronously.
  • Cache local file-based.

alt tag

How to use

  • Import DPImageCache.swift

  • Simple code like this:

    let imgAddress = "http://blabla.com/blabla.png"
    imgView.setImageCacheWithAddress(
            imgAddress,
            placeHolderImage: UIImage(named: "placeHolderImage")!)
  • Clean cache files:
        DPImageCache.cleanCace()

Contact

www: https://dphans.me email: baophan94@icloud.com