Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 345 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 345 Bytes

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
    }