baoluo / PLMImageCache

Asynchrone image downloader and cache, written in Obj-C & Swift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PLMImageCache

Asynchrone image downloader and cache, written in Obj-C & Swift

Usage

    PLMImageCache.sharedInstance.imageForUrl(NSURL(string: "http://upload.wikimedia.org/wikipedia/commons/2/20/Johnny_Appleseed.gif"), desiredImageSize: CGSizeMake(100, 100), contentMode: nil) { (image) -> Void in
        //use image
    }

About

Asynchrone image downloader and cache, written in Obj-C & Swift

License:GNU General Public License v2.0


Languages

Language:Swift 100.0%