Skip to content

RollingGoron/ImageManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

ImageManager

This is a simple image caching class that pulls images from the web and caches them asycnornously.

Import the class:

#import "ImageManager.h"

Useage:

[[ImageManager  sharedInfo] asyncImageView:<imageURL> withKeyName:<reference key> withCompletion:^(BOOL success, NSString *errorMessage, UIImage *image) {
    UIImage *webImage = image;
}];

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors