Skip to content

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

License

Notifications You must be signed in to change notification settings

baoluo/PLMImageCache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages