DPImageCache icon indicating copy to clipboard operation
DPImageCache copied to clipboard

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

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: http://dinophan.com email: [email protected] Thanks to @ThanhHuong98